Are there any recent sample projects that use IntelliJ that I could use as a reference for setting up a kotlin-native project? I can’t seem to find any samples from 2019.
k
Kris Wong
04/18/2019, 6:24 PM
File > New Project > Kotlin > Native | Gradle
m
McRed
04/18/2019, 6:27 PM
I’ve used that, but there are pieces of it that I don’t understand. I can get HelloWorld to work, but I’d like a more robust example to read and understand.