tschuchortdev/kotlin-compile-testing

Incompatibility with Kotlin Scripting

bipokot opened this issue · 0 comments

I can not use KCT and Kotlin Scripting in one project. Trying to execute a script leads to an error "javax.script.ScriptException: ERROR Unable to initialize repl compiler". If KCT exists in a classpath, scripting does not work, regardless of whether KCT is used actually or not.

Here is a minimal sample project to reproduce: https://github.com/bipokot/KotlinScriptingTest