Is there a easy way of getting maven dependensys i...
# getting-started
e
Is there a easy way of getting maven dependensys in the Kotlin repl or is download and starting whit the -cp arg the only way?
v
If you are using the repl inside IntelliJ, it uses the class path of your project.
e
Thanks, that sounds like the best way for me