You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating gradle.property for the property org.gradle.configureondemand=true, it generate below error.
Cause: org.gradle.api.internal.initialization.DefaultClassLoaderScope@2c3c5fa9 must be locked before it can be used to compute a classpath!
It works when setting the value to false. In that case, the purpose for the property for the multimodule project won't get solved right?
I'm using Kotlin DSL with the same gradle wrapper version from the repository.
Also changed the java version from 8, 11 & 16 still it has the same error.
If it works with value true then how to resolve the above issue?
The text was updated successfully, but these errors were encountered:
After updating gradle.property for the property
org.gradle.configureondemand=true
, it generate below error.Cause: org.gradle.api.internal.initialization.DefaultClassLoaderScope@2c3c5fa9 must be locked before it can be used to compute a classpath!
It works when setting the value to
false
. In that case, the purpose for the property for the multimodule project won't get solved right?I'm using Kotlin DSL with the same gradle wrapper version from the repository.
Also changed the java version from 8, 11 & 16 still it has the same error.
If it works with value
true
then how to resolve the above issue?The text was updated successfully, but these errors were encountered: