Hi there. I'm trying to access Kotlin as a ScriptE...
# announcements
e
Hi there. I'm trying to access Kotlin as a ScriptEngine, but it returns null. Any ideas?
Copy code
ScriptEngineManager().getEngineByExtension("kts") // null
I've added kotlin-compiler.jar & kotlin-script-util.jar as libraries, too.