tschuchortdev / kotlin-compile-testing

A library for testing Kotlin and Java annotation processors, compiler plugins and code generation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incompatibility with Kotlin Scripting

bipokot opened this issue · 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