Join Slack
Powered by
How to get code completion in IntelliJ for kotlin ...
# kotlin-native
p
pavel.v
12/11/2018, 6:38 PM
How to get code completion in IntelliJ for kotlin files that were generated from native library?
d
Dominaezzz
12/11/2018, 6:44 PM
Once you build your project you should get code completion.
r
russhwolf
12/11/2018, 6:48 PM
Intellij only supports the multiplatform plugin so make sure you're using
kotlin-multiplatform
and not
kotlin-platform-native
👍 1
3
Views
Open in Slack
Previous
Next