Nico Dc
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
-
Edited scriptInstance from compiled .kts script cannot be used in plugin classloader - ClassCastException because of different classloaders
AnsweredI 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... -
Edited java.util.ServiceConfigurationError when trying to compile a .kts script from a plugin
AnsweredI 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...