Nico Dc
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
-
-
-
Nico Dc created a post, AnsweredscriptInstance from compiled .kts script cannot be used in plugin classloader - ClassCastException because of different classloaders
I am trying to compile a custom definition of a kotlin script inside my plugin. Closest example outside of a plugin is this main-kts example. The fact that plugins have their own classloaders is th... -
-
-
Nico Dc created a post, Answeredjava.util.ServiceConfigurationError when trying to compile a .kts script from a plugin
I am building a plugin for IDEA, and I am trying to compile a custom kts script from the plugin. I am able to run the script from the command line and have managed to get the script definition pick...