Does anyone know why in the commit pane I get such...
# android-studio
y
Does anyone know why in the commit pane I get such files?
m
Have you updated to kotlin 2.0 recently? if so, make sure to add
.kotlin
dir to your
.gitignore
. this new directory now contains kotlin compilation data which was previously stored inside
.gradle
folder https://kotlinlang.org/docs/whatsnew20.html#new-directory-for-kotlin-data-in-gradle-projects
y
thanks yes i did update to kotlin 2
c
add
.kotlin
to your gitignore