I have a KMM project that we use for handling all ...
# multiplatform
j
I have a KMM project that we use for handling all the api services. I share this with the iOS Project as a framework in a Swift Package. We have had some bugs recently where it would have been really nice to get break points in the KMM code. I consume all of the API services in a separate local Swift Package. My iOS project is not in the same larger KMM project. We only use the iOS part of the KMM code as a very small integration test piece. I looked into the xcode-kotlin plugin , but it seems like i'd have to change the core structure of our app a bit to make that work. Is there any hope that I might be able to inspect kotlin files locally by pointing to the KMM project from our App's Xcode project without cocoapods?