I'm trying to run the kotlin repl by typing just '...
# random
h
I'm trying to run the kotlin repl by typing just 'kotlinc' in my cli, but I get
NoClassDefFoundError: org/jline/reader/LineReaderBuilder
. This is on kotlin 1.3.40 / Java 12. Any clues, anyone?
a
It's an unfortunate regression, will be fixed shortly in the upcoming 1.3.41: https://youtrack.jetbrains.com/issue/KT-32085
h
Ah, nice. I feared it was due to my troubles installing the correct JVM. Thanks for clearing it up.