I upgraded to 2.3.0 in my Gradle build today, and now compilation does not finish (or at least is taking so much longer than with 2.2.21 that I am not willing to wait for it to finish).
Adding kotlin.compiler.execution.strategy=out-of-process to gradle.properties does not help.
Is there any way to determine what the problem is?
Happened in my projects, too. The compile step using Gradle hangs, locally on my machine and in my CI pipeline (using Github Actions). According to the Gradle debug log, nothing happens, it’s just stuck performing Gradle Daemon health checks until I terminate it manually.
Versions in my case:
Java: Zulu21, Zulu24 (upgrade didn’t help)
Gradle: 9.1.0, 9.2.1 (upgrade didn’t help)
OS: Ubuntu 24.04 in the CI pipeline, MacOS 26.2 for local builds (both are affected)