Rohan Maity
02/06/2020, 11:29 AMjava.lang.RuntimeException: Compilation failed. java.lang.ClassCastException: Cannot cast io.quarkus.allopen.cli.QuarkusComponentRegistrar to org.jetbrains.kotlin.compiler.plugin.ComponentRegistrar
How could I make it work ?tschuchort
02/06/2020, 1:25 PMComponentRegistrar?Rohan Maity
02/06/2020, 3:54 PMKotlin-compiler-embeddable, and project is using Kotlin-compilerRohan Maity
02/06/2020, 3:56 PMkotlin-compiler in my plugin , it fails and throws this exception
Caused by: java.lang.AbstractMethodError: Receiver class io.quarkus.allopen.cli.QuarkusComponentRegistrar does not define or inherit an implementation of the resolved method 'abstract void registerProjectComponents(<http://org.jetbrains.kotlin.com|org.jetbrains.kotlin.com>.intellij.mock.MockProject, org.jetbrains.kotlin.config.CompilerConfiguration)' of interface org.jetbrains.kotlin.compiler.plugin.ComponentRegistrar.
at org.jetbrains.kotlin.cli.jvm.compiler.KotlinCoreEnvironment$Companion.registerExtensionsFromPlugins$cli(KotlinCoreEnvironment.kt:625)tschuchort
02/06/2020, 5:15 PM