Is there a plugin or someway to be able to navigate from swift kmp function callsite to kotlin source? or other way around, find usages?
i.e. anything better than switching IDEs, and searching the file by name and then finding the function?
m
Michael Krussel
09/17/2024, 1:03 PM
I believe Fleet supports it. The goal with Fleet KMP is that you do all the work inside Fleet including the Swift coding.
There's also https://github.com/touchlab/xcode-kotlin for the old Intellij and Xcode path.
u
ursus
09/17/2024, 7:36 PM
Oh, so Fleet is the goal. Hopefully one day it won't be so janky.
thx for the info!