How to get code completion in IntelliJ for kotlin ...
# kotlin-native
p
How to get code completion in IntelliJ for kotlin files that were generated from native library?
d
Once you build your project you should get code completion.
r
Intellij only supports the multiplatform plugin so make sure you're using
kotlin-multiplatform
and not
kotlin-platform-native
👍 1