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
org.gradle.unsafe.configuration-cache=true
# Use this flag sparingly, in case some of the plugins are not fully compatible
org.gradle.unsafe.configuration-cache-problems=warn
this exception is thrown
<get-metadataDependencyResolutions>(...) must not be null
and sometimes
Configuration cache state could not be cached: field `__libraries__` of task `:i18n:kspCommonMainKotlinMetadata` of type `com.google.devtools.ksp.gradle.KspTaskMetadata`: error writing value of type 'org.gradle.api.internal.file.collections.DefaultConfigurableFileCollection'
> Querying the mapped value of task ':i18n:transformCommonMainDependenciesMetadata' property 'transformedLibrariesIndexFile' before task ':i18n:transformCommonMainDependenciesMetadata' has completed is not supported
The text was updated successfully, but these errors were encountered:
and by changing the kspCommonMainMetadata to kspJvm like add("kspJvm", "cafe.adriel.lyricist:lyricist-processor:1.4.2") add("kspJvm", "cafe.adriel.lyricist:lyricist-processor-xml:1.4.2")
the error was gone
no this issue wasn't fixed even in latest version it throws this error
Configuration cache state could not be cached: field __libraries__ of task :i18n:kspCommonMainKotlinMetadata of type com.google.devtools.ksp.gradle.KspTaskMetadata: error writing value of type 'org.gradle.api.internal.file.collections.DefaultConfigurableFileCollection'
Querying the mapped value of task ':i18n:transformCommonMainDependenciesMetadata' property 'transformedLibrariesIndexFile' before task ':i18n:transformCommonMainDependenciesMetadata' has completed is not supported
when I enable caching by
this exception is thrown
and sometimes
The text was updated successfully, but these errors were encountered: