<@U58GRE73J> this one seems a little bit better. R...
# gradle
m
@tapchicoma this one seems a little bit better. Run
./gradlew kotlinRepl --console plain --no-daemon
and get a REPL with the
main
build code and classpath - it still doesn't seem to have
println
which seems to be setup by some
Preloader
stuff in a
kotlin-preloader.jar
that is added with installation, but its getting closer The command that the kotlin installation runs is
/usr/lib/jvm/java-8-oracle/bin/java -Xmx256M -Xms32M -noverify -cp kotlin/1.1.4-3/lib/kotlin-preloader.jar org.jetbrains.kotlin.preloading.Preloader -cp kotlin/1.1.4-3/lib/kotlin-compiler.jar org.jetbrains.kotlin.cli.jvm.K2JVMCompildescribeser
so the task above is kind of close
👍 1