hey guys, is CLion the best way to develop kotlin ...
# kotlin-native
c
hey guys, is CLion the best way to develop kotlin native still? or we on intellij these days?
r
Vim 🧌
c
very good 👍
o
Both shall work, IDEA is better for MPP, although.
c
the documentation on the gradle configuration is really difficult to follow right now, is the source of truth https://github.com/JetBrains/kotlin-native/blob/master/GRADLE_PLUGIN.md? or is there a better place to look up documentation?
c
cheers, got to say! I fell into a bit of a trap- started a new project via IDEA, selected kotlin/native, didn't realise it was kotlin native exposed through kotlin mpp... so the documentation above I was reading looking similar but not the same. Not sure how you'd highlight that? Maybe a paragraph explaining the documentation is for (eurgh) pure kotlin/native projects?
m
If you mean for desktop - here my helloword project: https://github.com/msink/hello-kotlin
1