After upgrading to Kotlin 2.0.0 and compose multip...
# compose
s
After upgrading to Kotlin 2.0.0 and compose multiplatform 1.6.10, i have started getting some klib files in .kotlin hidden directory. Are they supposed to be there ? And im not able to add them fully to .gitignore as well ? Can Anyone help me about this?
e
https://kotlinlang.org/docs/whatsnew20.html#new-directory-for-kotlin-data-in-gradle-projects would be the more permanent link as I assume eap will be something else in the near future 😛
4
s
Ah i see. Got it. I didnt read that doc yet actually as i was planning to go through over these docs this weekend. Thanku.😀
x
This is safe for us to gitignore right?
s
Yes @xxfast , i guess so, thats why they mentioned in docs that we need to add that in gitignore. Earlier they were saving it in .gradle/kotlin, but now in project-root/.kotlin
👍 1
Its working fine.