Are there instructions anywhere on how to get an I...
# kotlin-native
m
Are there instructions anywhere on how to get an IDE with auto-completion for libraries set up? i own both Ultimate and CLion but can't get more than syntax highlighting working 😞
d
If you create a new multiplatform project with IntelliJ or CLion, you should get auto-completion.
👍 1
Which version of the IDEs are you using? (You might need the EAP versions).
m
latest stable versions. my project isn't multi-platform, it is a gradle project with jvm modules and a native module
d
At the moment, auto-completion doesn't work on pure native projects.
m
ah
well, that'd explain it then ...
d
You'll have to convert it to a multi-platform project that only targets native, to get auto-completion.
m
maybe i'll wait.
o
IDE doesn’t understand Native Gradle plugin DSL, we recommend to use MPP DSL even for pure Native projects (they will be multiplatform between different Native targets anyway 😉 )