Snake7995
- 活动总数 10
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 2
-
创建于 How to use the Kts ScriptEngine in an IntelliJ IDEA plugin?
已回答Hello, I would like to parse and execute Kotlin kts scripts in my plugin but I am not sure how to get the scriptengine to work. I have already tried to bundle the kotlin-scripting-jsr223 into my p... -
创建于 Bundling org.jetbrains.kotlin:kotlin-scripting-jsr223 into a plugin
已回答Hello, I am trying to create a plugin for IntelliJ which parses some KotlinScripts (kts) during runtime. Unfortunately, as soon as I add the following dependency to the plugin and run the IDE, I ru...