I'm trying to use my plugin outside of unit test a...
# compiler
s
I'm trying to use my plugin outside of unit test and I get this error. any ideas?
Copy code
[ERROR] Caused by: java.lang.AbstractMethodError: Receiver class com.bnorm.template.TemplateComponentRegistrar does not define or inherit an implementation of the resolved method 'abstract void registerProjectComponents(com.intellij.mock.MockProject, org.jetbrains.kotlin.config.CompilerConfiguration)' of interface org.jetbrains.kotlin.compiler.plugin.ComponentRegistrar.