Hi all, I’m trying to set up KMM to share some Kotlin code between our Android and iOS apps. It all seems to be working, except that I don’t get any code completion when calling the Kotlin code from Swift inside Xcode.
I’m building the Kotlin code as a debug XCFramework using the instructions here: You will be redirected shortly. I’m then using CocoaPods to import it into a separate Xcode project with our existing Swift app. It compiles fine, and runs fine, but… no code completion. Any ideas?
I realise this is probably more of an Xcode/Swift issue than a KMM issue, but I’d really appreciate any advice you have!
Thanks,
Iain