I am trying to use Kotlin Native Framework in my S...
# kotlin-native
p
I am trying to use Kotlin Native Framework in my Swift files in AppCode but there is no autocompletion. But it works in XCode in the same project. Is there any way to make it work?
No one is using K/N with AppCode here?
v
Have you tried building the project in AppCode, so K/N has a chance to produce the framework that AppCode can use for completion?
p
Yup, I have tried. Are you able to get it to work? I just created a simple K/N project with AppCode.
v
Did you use any of the AppCode's template or followed some tutorial?
p
A very simple and fast way to replicate it is to create a Kotlin Android/iOS | Gradle template project with IntelliJ. Then after I built the project, I open up the ios .xcodeproj with AppCode.
v
https://youtrack.jetbrains.com/issue/OC-18540 We'll investigate and find a solution.
👍 1