on a project that has Gradle precompiled script plugins:
Copy code
Front-end Internal error: Failed to analyze declaration Co_myapp_kotlin_multiplatform_gradle
File being compiled: (1,71) in //home/eli/workspace/myapp/src/main/kotlin/co.myapp-kotlin-multiplatform.gradle.kts
The root cause org.jetbrains.kotlin.resolve.lazy.NoDescriptorForDeclarationException was thrown at: org.jetbrains.kotlin.resolve.lazy.BasicAbsentDescriptorHandler.diagnoseDescriptorNotFound(AbsentDescriptorHandler.kt:18)
Is this a known issue, or should I file something in GitHub?
b
Brais Gabin
11/03/2022, 8:19 AM
It seems that you are changing the compiler version that detekt is using.
e
eygraber
11/03/2022, 11:22 AM
How can I check that? If that's the case I'm not doing it intentionally