Hi everyone, A quick question: is it possible to m...
# scripting
t
Hi everyone, A quick question: is it possible to make my own engine based on KotlinJsr223JvmScriptEngineBase to use given classloader for its results?
i
Sure! Just take
KotlinJsr223JvmLocalScriptEngine
as a base, and supply your classloader to the
GenericReplCompilingEvaluator
constructor. But please be aware that this is all mostly internal APIs and therefore could be changed in the future.