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
gildor
01/07/2018, 1:02 PM
Would be really nice to use Gradle with CLion tooling for K/N
m
msink
01/07/2018, 2:26 PM
On the other hand - using other build systems should be possible too, locking everything to gradle is bad idea.
a
alexcouch
01/07/2018, 11:35 PM
How would I use gradle? CLion just kinda generates a cmake automatically doesn't it? Do I need the plugin?
g
gildor
01/08/2018, 12:48 AM
CLion doesn’t support Gradle now and that’s a problem with K/N.
👍 1
a
alexcouch
01/08/2018, 1:08 AM
Ah okay. Is there a different way of using native? Intellij support?
s
sksk
01/08/2018, 10:35 AM
i vote for meson 😛
g
gildor
01/08/2018, 10:37 AM
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