kotlin-compile-testing icon indicating copy to clipboard operation
kotlin-compile-testing copied to clipboard

Incompatibility with Kotlin Scripting

Open bipokot opened this issue 2 years ago • 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

bipokot avatar Dec 24 '22 09:12 bipokot