What IDE can I use to understand kotllin native co...
# kotlin-native
l
What IDE can I use to understand kotllin native code and code generated from C library. Ideally the C code as well. I haven't tried new Gradle plugin with 1.3.11, still using makefile
d
What do you mean by code generated from C library? Cinterop? In that case, idea supports it.
l
Yes I do. Thank you for confirmation. I need to setup project properly
d
Auto completion for cinterop libs only works with the kotlin multiplatform gradle plugin
👍 1
Not with the kotlin native gradle plugin
l
why?
I need an app for one platform (Linux only)
m
Because for now support for "kotlin-platform-native" not implemented in IDEA.
d
You can make a multiplatform project with an empty common source set and one target.