Snake7995
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Created How to use the Kts ScriptEngine in an IntelliJ IDEA plugin?
AnsweredHello, 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... -
Created Bundling org.jetbrains.kotlin:kotlin-scripting-jsr223 into a plugin
AnsweredHello, 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...