From 233561626371ab10f08c44aa41ac1dfc193c6d7f Mon Sep 17 00:00:00 2001 From: gianfrancoms Date: Thu, 3 Apr 2025 16:53:20 -0500 Subject: [PATCH] Update for kotlin --- Android.gitignore | 6 +++--- Gradle.gitignore | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) 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