https://kotlinlang.org logo
Title
s

sksk

05/17/2018, 5:00 PM
v

Vyacheslav Karpukhin [JB]

05/17/2018, 5:17 PM
Correct, this is a prerequisite for supporting Kotlin/Native gradle projects. This one is not finished yet, but it's coming.
👏 5
s

sdeleuze

05/18/2018, 3:04 PM
What is the recommanded workaround to develop a Kotlin/Native project with Gradle build and autocomplete? Use double build infra like CMake for CLion and the equivalent Gradle build for command line builds?
v

Vyacheslav Karpukhin [JB]

05/18/2018, 3:10 PM
Either that, or take a look at the plugin for AppCode. It uses gradle for building, but the source files have to be added to the wrapping Xcode project as well.
👍 1
s

sdeleuze

05/18/2018, 3:25 PM
Thanks