Nico Dc
- 活动总数 10
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 2
-
已编辑于 scriptInstance 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... -
已编辑于 java.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...