Getting the following exception on a kotlin 1.8 pr...
# compiler
s
Getting the following exception on a kotlin 1.8 project using a compiler plugin compiled with kotlin 1.5.30. Not sure why this would happen, the interface definition is identical in both versions
Copy code
> Task :app:compileKotlin FAILED
e: java.lang.NoClassDefFoundError: org/jetbrains/kotlin/resolve/jvm/extensions/AnalysisHandlerExtension$DefaultImpls
        at com.sourcegraph.semanticdb_kotlinc.Analyzer.doAnalysis(Analyzer.kt:24)
        at org.jetbrains.kotlin.cli.jvm.compiler.TopDownAnalyzerFacadeForJVM.analyzeFilesWithJavaIntegration(TopDownAnalyzerFacadeForJVM.kt:123)
        at org.jetbrains.kotlin.cli.jvm.compiler.TopDownAnalyzerFacadeForJVM.analyzeFilesWithJavaIntegration$default(TopDownAnalyzerFacadeForJVM.kt:99)
y
You're gonna get so many, many, more errors than just a no class error with this setup. Please just recompile the plugin. It's really not worth it trying to get this to work