After upgrading our project to K2 (Gradle 8.8) we'...
# compiler
d
After upgrading our project to K2 (Gradle 8.8) we've noticed that some
.salive
files are being created under
.kotlin/sessions
for some developers. Even after removal, after a few builds they keep coming back. Curiously, all files created are empty. I couldn't find more info on these files, are they important or just act like a log of some sorts? Is there a way to stop Kotlin from creating them?
d
cc @tapchicoma
t
these are expected files and they are part of compilation process via Kotlin daemon
👌 1
thank you color 1
c
thank you color 2
d
Got it. Thanks for the help! 🙂
853 Views