Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Snake7995
Total activity
10
Last activity
October 28, 2021 15:19
Member since
October 26, 2021 08:37
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
2
Activity overview
Posts (2)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
October 28, 2021 15:19
That's what I was looking for! Thank you :) My question is resolved.
Community
IntelliJ IDEA Open API and Plugin Development
How to use the Kts ScriptEngine in an IntelliJ IDEA plugin?
0 votes
Created
October 27, 2021 12:20
I'll post a new question with my plugin details.
Community
IntelliJ IDEA Open API and Plugin Development
Bundling org.jetbrains.kotlin:kotlin-scripting-jsr223 into a plugin
0 votes
Created
October 26, 2021 11:38
I have set the following in the plugin.xml. Is there anything else I am missing? <depends>org.jetbrains.kotlin</depends>
Community
IntelliJ IDEA Open API and Plugin Development
Bundling org.jetbrains.kotlin:kotlin-scripting-jsr223 into a plugin
0 votes
Created
October 26, 2021 10:18
Maybe, my question is actually: How can I use the Kotlin ScriptEngine in a IntelliJ IDEA plugin?
Community
IntelliJ IDEA Open API and Plugin Development
Bundling org.jetbrains.kotlin:kotlin-scripting-jsr223 into a plugin
0 votes
Created
October 26, 2021 10:17
Thank you for your reply. I have tried using compileOnly but then some of the required files for the Kotlin Script compiler seem to be missing. val scriptEngine: ScriptEngine = ScriptEngineManager(...
Community
IntelliJ IDEA Open API and Plugin Development
Bundling org.jetbrains.kotlin:kotlin-scripting-jsr223 into a plugin
0 votes