Hey folks I have some questions about setting up a...
# getting-started
n
Hey folks I have some questions about setting up a new Kotlin project - I love using Atom editor for everything, and would really like to use it for Kotlin as well, but it seems there’s a lot of stuff needed, things like maven and gradle and other build tools to really make the most out of a project. I’ve been able to compile my hello world kt file into an executable JAR and also a js file as well, but beyond that, what do I need to know if I were to want to set up a simple CLI app project in Kotlin? This is my first time ever on the JVM, or the Java ecosystem, so I am quite lost when looking at all these tools I dont recognise