if I'm starting a new kotlin project in intellij, ...
# getting-started
s
if I'm starting a new kotlin project in intellij, what "type" of project should I pick?
p
gradle -> kotlin-java
s
OK
how do I figure out what all the other options do?
d
I would select gradle in the picture you posted, and then in the box to the right make sure “Kotlin (Java)” is checked (you can check “Java” too if you want. After clicking next, you will need to give it a name (the value you put in artifactId)
Then I just use the defaults for the last window.