Kotlin/kotlin-script-examples

KotlinJsr223DefaultScriptEngineFactory not needed anymore?

sschuberth opened this issue · 1 comments

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

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?

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