Hi, we are testing the new version of Android Stud...
# multiplatform
m
Hi, we are testing the new version of Android Studio (Narwhal Canary 3) and the swift integration. Kotlin multiplatform plugin is installed and last version. Navigation between swift declarations are not working, they are not resolved and the IDE is undefinitely generating Xcode files. Attaching screenshots, Thanks for the support
y
Something is wrong with process
Generating Xcode files
, that’s why resolve and navigation don’t work. Could you
Collect logs
and file an issue in KMT project: https://youtrack.jetbrains.com/issues/KMT, If you can attach your minimal project to reproduce, it will help us a lot.
And what Xcode version do you have?
m
Xcode 16.4 Kotlin 2.1.21 Will file an issue in KMT
If it can help, @Philipp Smorygo [JB] was investigating a similar issue for Fleet some time ago
p
There is currently an issue with Swift files, that are located in SPM dependencies of an Xcode project. For those, a message about "does not belong" appears. This is currently in work, and is expected to be fixed soon. Here is an issue KMT-1260, however this is now fixed for IDEA only, as the proper fix for AS is more complicated and takes more time. Updates will be posted there.
👍 1