When compiling for JVM through Gradle, I get the thing below:
Copy code
> Task :compileTestKotlinJvm
Could not perform incremental compilation: Could not connect to Kotlin compile daemon
Could not connect to kotlin daemon. Using fallback strategy.
And I think it's making building slower. Any way to fix it?
s
Sam Garfinkel
05/15/2020, 4:44 PM
This just randomly started happening to me as well.