When compiling for JVM through Gradle, I get the thing below: ```> Task :compileTestKotlinJvm Cou...
c
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
This just randomly started happening to me as well.