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
val engine =ScriptEngineManager().getEngineByExtension("kts")!!
I was wondering why there is no META-INF/services/javax.script.ScriptEngineFactory file anymore which contains the string kotlin.script.experimental.jsr223.KotlinJsr223DefaultScriptEngineFactory. Is this not needed anymore? Since when? Any official docs on that?
The text was updated successfully, but these errors were encountered:
Sorry for this question-like type of issue, but when reading though
kotlin-script-examples/jvm/jsr223/jsr223-simple/src/main/kotlin/org/jetbrains/kotlin/script/examples/jvm/jsr223/simple/repl.kt
Line 11 in d48abed
I was wondering why there is no
META-INF/services/javax.script.ScriptEngineFactory
file anymore which contains the stringkotlin.script.experimental.jsr223.KotlinJsr223DefaultScriptEngineFactory
. Is this not needed anymore? Since when? Any official docs on that?The text was updated successfully, but these errors were encountered: