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
Dico
01/03/2019, 3:28 PM
What do you mean by code generated from C library? Cinterop? In that case, idea supports it.
l
lsk
01/03/2019, 4:15 PM
Yes I do. Thank you for confirmation. I need to setup project properly
d
Dico
01/03/2019, 4:20 PM
Auto completion for cinterop libs only works with the kotlin multiplatform gradle plugin
👍 1
Dico
01/03/2019, 4:20 PM
Not with the kotlin native gradle plugin
l
lsk
01/03/2019, 4:51 PM
why?
lsk
01/03/2019, 4:52 PM
I need an app for one platform (Linux only)
m
msink
01/04/2019, 2:21 AM
Because for now support for "kotlin-platform-native" not implemented in IDEA.
d
Dico
01/04/2019, 2:29 AM
You can make a multiplatform project with an empty common source set and one target.