So is there some kind of docs for kotlin native th...
# kotlin-native
a
So is there some kind of docs for kotlin native that I can refer to in regards to importing libraries and using cmake to build and compile kotlin projects?
g
Would be really nice to use Gradle with CLion tooling for K/N
m
On the other hand - using other build systems should be possible too, locking everything to gradle is bad idea.
a
How would I use gradle? CLion just kinda generates a cmake automatically doesn't it? Do I need the plugin?
g
CLion doesn’t support Gradle now and that’s a problem with K/N.
👍 1
a
Ah okay. Is there a different way of using native? Intellij support?
s
i vote for meson 😛
g
Not yet. This is the problem. Kotlin most supported build tool is Gradle, but Gradle doesn’t not supported by CLion, but only CLion has proper native development support. So for now if you want tooling you have only one option: CLion and CMake