I got a problem with a Kotlin library with Gradle — building takes a pretty long time; e.g. “Starting Gradle Daemon...” message appeared after 2,5 minutes and starting took 50 seconds. I remember it used to be a lot faster a few days ago and I got no idea why. The full compilation took 4 minutes and 56 seconds, but I remember once Gradle didn't start even after 10 minutes. Also, there's some weird thing in the logs:
> Task :compileKotlinMetadata
Could not connect to Kotlin compile daemon
Could not connect to kotlin daemon. Using fallback strategy.
I have no idea why this happens
Thread in Slack Conversation