Thanks for the push, I sorta got it working with `...
# getting-started
m
Thanks for the push, I sorta got it working with
Copy code
task repl(type: JavaExec) {
    // ensure dependency "org.jetbrains.kotlin:kotlin-compiler-embeddable:$kotlin_version"
    classpath = sourceSets.main.runtimeClasspath
    standardInput = <http://System.in|System.in>
    main = 'org.jetbrains.kotlin.cli.jvm.K2JVMCompiler'
}
but the readline is screwed up. I'll try more later, have a great weekend