Is there a plugin or someway to be able to navigat...
# multiplatform
u
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
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
Oh, so Fleet is the goal. Hopefully one day it won't be so janky. thx for the info!