https://kotlinlang.org logo
Title
p

pakoito

09/04/2017, 9:11 PM
is there any gradle task to invoke a repl after building that starts with the current project pre-loaded?
j

jlleitschuh

09/05/2017, 1:35 PM
This doesn't sound like a gradle problem. This sounds like something you want your production product to do. Right?
p

pakoito

09/06/2017, 12:33 AM
Write a REPL that evaluates arbitrary code? there’s one already built into IntelliJ. I would imagine there’s at least CLI access to it, and you could write a Gradle task that does the configuration steps for you.
I just want to tell the repl to preload all my project
if that’s even necessary