does IntelliJ IDEA support Kotlin Native now via Gradle or not?
👍 1
a
Aregev2
04/30/2018, 8:00 AM
I think it should
Worth a try
o
olonho
04/30/2018, 8:03 AM
you could open project and run Gradle tasks, but IDE smartness, like refactoring and navigation not there. Recommended approach is to use CLion or AppCode K/N plugins.
a
Aregev2
04/30/2018, 8:10 AM
I guess CLion is preferred over idea in this subject
m
molikto
04/30/2018, 8:15 AM
but CLion still uses CMake as build model? I cannot see where I can import a Gradle project, or how to create a new Gradle based Kotlin Native project
a
Aregev2
04/30/2018, 8:18 AM
There is a k/n plugin, to clion, I think it has a Gradle support
v
Vyacheslav Karpukhin [JB]
04/30/2018, 9:23 AM
K/N plugin for CLion does not support gradle at the moment, but we are working on it.