Is it possible to add a Swift package manager dependency to your Xcode project for KMP and then reference that code from Kotlin via an import? Similar to how you can import cocoapods.<some lib> or import platform.<lib>?
🚫 1
Trey
08/22/2024, 2:08 PM
I ended up removing the cocoapods config completely and manually configuring the cinterop to get rid of the issues of cocoapods. Good riddance! 😄