raulraja
01/23/2018, 11:13 PMval mainClasspath = sourceSets["main"].runtimeClasspath.joinToString(separator = ":")
Trying to get this to compile https://gist.github.com/mkobit/e06ddf93fcb9a67ded3426bd5a266bed to add a REPL to our project with our classpath to play with.