You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can not use KCT and Kotlin Scripting in one project. Trying to execute a script leads to an error "javax.script.ScriptException: ERROR Unable to initialize repl compiler". If KCT exists in a classpath, scripting does not work, regardless of whether KCT is used actually or not.
I can not use KCT and Kotlin Scripting in one project. Trying to execute a script leads to an error "javax.script.ScriptException: ERROR Unable to initialize repl compiler". If KCT exists in a classpath, scripting does not work, regardless of whether KCT is used actually or not.
Here is a minimal sample project to reproduce: https://github.com/bipokot/KotlinScriptingTest
The text was updated successfully, but these errors were encountered: