Are there any recent sample projects that use Inte...
# kotlin-native
m
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
File > New Project > Kotlin > Native | Gradle
m
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.
m
Thanks!
🍻 1