Snake7995
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Snake7995 commented, -
Snake7995 created a post, AnsweredHow 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... -
Snake7995 commented, -
-
-
-
Snake7995 created a post, AnsweredBundling 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...