Anonymike
05/26/2025, 11:19 PMUnable to find method ''org.gradle.internal.buildoption.BuildOption$Value org.gradle.api.internal.StartParameterInternal.getIsolatedProjects()''
Small addition: This occurs in all of my projects...server, simple cli utilities, libraries, etc. Anywhere I use 2.1.21
I get the same error.
Thanks for any help in advance.Klitos Kyriacou
05/27/2025, 10:37 AMAnonymike
05/27/2025, 3:29 PMe5l
05/28/2025, 4:35 AM--stacktrace
and post the result?Anonymike
05/28/2025, 4:13 PMAnonymike
05/28/2025, 4:15 PMAnonymike
05/28/2025, 5:57 PM--stacktrace
output. I did replace the absolute path to the build.gradle.kts file to prevent path disclosure, but line 9 points directly to the line applying the kotlin plugin. I tried also updating our internal gradle plugin that we use to standardize some projects, but got the exact same error on that too. Happy to share more privately if needed too!
Thanks for taking a look @e5l!e5l
05/28/2025, 5:58 PMAnonymike
05/29/2025, 4:01 PMprojectfolder/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 kmp
Worth noting, this project that I'm testing with is not a KMP project for simplicity, it is a kotlin library for jvm.Anonymike
05/30/2025, 7:56 PMAnonymike
05/30/2025, 8:17 PM