<Kotlin-interactive-shell cannot execute code buil...
# forum
u
Kotlin-interactive-shell cannot execute code build with jdk11 hi there, I’m playing with ki-shell: GitHub - Kotlin/kotlin-interactive-shell: Kotlin Language Interactive Shell and trying to execute some code built by my own project. From the ki-shell, I use ‘:dependsOn xxxx.jar’ to import my own jar into the shell. Then I’m able to import my own class but when I try to execute some code, I got below error: ERROR Cannot inline bytecode built...