Hi, while trying to use `JvmScriptCompiler` the Ko...
# scripting
m
Hi, while trying to use
JvmScriptCompiler
the Kotlin compiler complained about not finding
ScriptCompilerProxy
in the classpath. I'm using
kotlin-scripting-jvm-host-embeddable
and I had to add
kotlin-scripting-compiler-embeddable
as a dependency as well for the Kotlin compiler to find it. Is this normal? (1.3.72)
i
No, it is not expected. Seems minor though, but I'll check that 1.4 behaves properly here. Thanks for reporting!
m
Thanks!