Hi there. I guess this is not 100% right place to ...
# announcements
d
Hi there. I guess this is not 100% right place to ask about IDEA plugins in Kotlin, but where otherwise? So I have two classes in my plugin which are: - subclasses of a sealed class - registered in
plugin.xml
as
applicationService.serviceImplementation
Unfortunately I get
java.lang.ClassNotFoundException: my.awesome.subclass.of.sealed.class.Name PluginClassLoader[...]
on plugin load. Can you shed some light on what am I doing wrong here? Or is it a constraint of the Pico container and the way how sealed classes are compiled?