kotlin-script-examples icon indicating copy to clipboard operation
kotlin-script-examples copied to clipboard

KotlinJsr223DefaultScriptEngineFactory not needed anymore?

Open sschuberth opened this issue 4 years ago • 1 comments

Sorry for this question-like type of issue, but when reading though

https://github.com/Kotlin/kotlin-script-examples/blob/d48abed5341ef7cc060a511eb862e06f563a2310/jvm/jsr223/jsr223-simple/src/main/kotlin/org/jetbrains/kotlin/script/examples/jvm/jsr223/simple/repl.kt#L11

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?

sschuberth avatar Aug 26 '21 06:08 sschuberth

I think they replaced it with a new method since version 1.4, but I'm not completely sure.

QazCetelic avatar Jan 25 '22 21:01 QazCetelic