Does anyone have experience of debugging why incremental compilation decided to rebuild a particular file? I don't have a problem, it's working, but it's recompiling and writing new classes that don't seem to have actually changed and I'm curious why.
b
bashor
04/21/2021, 7:28 PM
cc @Andrey Uskov [JB]@Eugene
a
Andrey Uskov [JB]
05/13/2021, 7:33 AM
Sorry for late reply, I was unavailable.
You should set debug options to Kotlin Compiler Daemon, it could be done by setting Gradle Daemon JVM option: