Does anyone know of a solution to run Kotlin sourc...
# announcements
m
Does anyone know of a solution to run Kotlin source code at runtime? Found this post from 2015, but wondering if there's been any updates from then. https://discuss.kotlinlang.org/t/loading-source-at-runtime/58
m
I'll have a look. Thanks
simple smile 1
Seems like
getEngineByExtension("kts")
always returns
null
.
nvm. Last bit of text on this answer helped: https://stackoverflow.com/a/44009876/279395
Thanks again @Czar
simple smile 1