Every time I build I get “w: Detected multiple Kotlin daemon sessions at build/kotlin/sessions”
Then random compilation errors in gradle. Both kotlin related and gradle itself. Like this
- “Cannot find class blablab”
- “Using kotlin incremental compilation e: TheClass.kt: (19, 19): Unresolved reference: dependency”
Deleting .gradle folder + gradle clean seems to help. Adding kotlin.incremental=false seems to stabilize things a bit.
eap-77 worked with no problems btw.