Hello. I am still using 1.3.21 and can’t move to a...
# announcements
s
Hello. I am still using 1.3.21 and can’t move to a newer Kotlin because kotlin embeddable compiler stopped working. I am now getting error:
ERROR: java.lang.NoClassDefFoundError: org/jetbrains/kotlin/scripting/repl/GenericReplCompiler
when I try to use it with Kotlin version > 1.3.21. Any suggestions?
a
Hello. This doesn't look like a known problem. Can you please file an issue at http://kotl.in/issue with a sample project to reproduce? Thanks!
s
@Alexey Belkov [JB] I’ve updated to 1.3.40 and added -embeddable dependency to fix it. Thanks!
👍 1