Christoph Obexer
11/11/2024, 3:19 PMNikolay
11/11/2024, 3:51 PMThomas Broyer
11/11/2024, 4:06 PMNikolay
11/11/2024, 4:10 PMAndries Spies
11/12/2024, 1:30 PMTrevJonez
11/12/2024, 6:56 PMkotlin-dsl
plugin using 2.0.20 now.
Error looks like this:
Caused by: org.gradle.internal.serialize.codecs.core.OperationException: Exception while loading configuration for :sub-project-7: Could not load the value of field `__buildFusService__` of task `:sub-project-7:compileKotlin` of type `org.jetbrains.kotlin.gradle.tasks.KotlinCompile`.
at org.gradle.internal.serialize.codecs.core.WorkNodeCodecKt$asBuildOperation$1.run(WorkNodeCodec.kt:636)
Unclear to me if I should try and file an issue against kotlin or against gradle. Tests pass fine if I disable the FUS service via kotlin.internal.collectFUSMetrics=false
https://youtrack.jetbrains.com/issue/KT-69078/Gradle-Add-option-to-disable-FUS-Service
This happens when parallel config cache is enabled or disabled. Smells mostly like an issue between the kotlin plugin and config cache.Paul Merlin
11/13/2024, 9:59 AMTrevJonez
11/13/2024, 2:54 PMTrevJonez
11/13/2024, 6:13 PMPaul Merlin
11/14/2024, 7:40 AMSergej Koščejev
11/15/2024, 10:47 AM