Anonymike
06/04/2025, 7:50 PMUnable to find method ''org.gradle.internal.buildoption.BuildOption$Value org.gradle.api.internal.StartParameterInternal.getIsolatedProjects()''
More info in thread...
Any help is greatly appreciated! Right now to work on anything I have to downgrade every build involved to 2.1.20, do my work, avoid committing the changed version and rely on the rest of my team for final testing because I cannot run any 2.1.21 project.Anonymike
06/04/2025, 7:57 PMAnonymike
06/04/2025, 7:57 PM2.1.21
I get the same error. The moment I downgrade to 2.1.20
it builds fine.
Gradle --stacktrace
output attached. Line 9 refers to applying the kotlin gradle plugin.
I've also tested all combinations of the following two properties and I get the same error. I tried them both in the projectfolder/gradle.properties
and in my home folder ~/.gradle/gradle.properties
on my linux system.
# 20250529: Gradle Isolated Projects Feature
org.gradle.unsafe.isolated-projects=false
# 20250529: Kotlin 2.1.20: Isolated Projects Support
kotlin.kmp.isolated-projects.support=enable
To be clear, I tried the following combinations:
• true/enable both
• false/disable both
• false gradle, enable kmp
• true gradle, false kmpwasyl
06/04/2025, 8:03 PM~/.gradle/init.gradle
? Does a ./gradlew <build task> --gradle-user-home=/fresh/temporary/gradle/home-dir
work?Anonymike
06/04/2025, 8:04 PMinit.gradle.kts
in our home folders for common settings and I've set properties in that as well as locally in the project.Anonymike
06/04/2025, 8:06 PM~/.gradle
folder as well.tapchicoma
06/04/2025, 9:04 PMtapchicoma
06/04/2025, 9:06 PMAnonymike
06/04/2025, 9:10 PMAnonymike
06/04/2025, 9:22 PMAnonymike
06/04/2025, 9:26 PMAnonymike
06/06/2025, 5:16 PM