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
dmitriy.novozhilov
07/12/2024, 12:46 PM
cc @tapchicoma
t
tapchicoma
07/12/2024, 12:47 PM
these are expected files and they are part of compilation process via Kotlin daemon