Matthieu Stombellini
07/01/2020, 3:13 PMJvmScriptCompiler 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)ilya.chernikov
07/02/2020, 6:52 AMMatthieu Stombellini
07/04/2020, 8:20 PM