Is there any support for Kotlin-Native in CLion or...
# kotlin-native
d
Is there any support for Kotlin-Native in CLion or something similar? I am looking to create simple project in kotlin-native with vulkan (as vulkan is written in C I hope there wasn't so many problems).
e
It appears as though IntelliJ is still used for kotlin-native. According to a Github issue (https://github.com/JetBrains/kotlin-native/issues/474) you setup using gradle and interact with C libraries using interop.
d
I will try, thanks!