diff --git a/Android.gitignore b/Android.gitignore index 7245bb43..d83e39bc 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -2,9 +2,6 @@ .gradle/ build/ -# Kotlin -.kotlin/ - # Local configuration file (sdk path, etc) local.properties @@ -34,3 +31,6 @@ google-services.json # Android Profiling *.hprof + +# Kotlin Gradle plugin data, see https://kotlinlang.org/docs/whatsnew20.html#new-directory-for-kotlin-data-in-gradle-projects +.kotlin/ \ No newline at end of file diff --git a/Gradle.gitignore b/Gradle.gitignore index a5b11137..db134aee 100644 --- a/Gradle.gitignore +++ b/Gradle.gitignore @@ -19,3 +19,6 @@ gradle-app.setting .project # JDT-specific (Eclipse Java Development Tools) .classpath + +# Kotlin Gradle plugin data, see https://kotlinlang.org/docs/whatsnew20.html#new-directory-for-kotlin-data-in-gradle-projects +.kotlin/ \ No newline at end of file