What's the best way to do this in the gradle kotli...
# gradle
r
What's the best way to do this in the gradle kotlin-dsl?
Copy code
val 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.