Hi, for adding
pure swift libs to KMP app, i think we need to follow this tutorial:
https://kotlinlang.org/docs/apple-framework.html
Whats the easier & recommended way to do this, such that I can easily update such swift libs as well:
• Fork the swift lib, add @objc on its funcs & then generate headers with cinterop tool, or
• import the lib into iosApp, write a custom interface in swift for it with @objc & then generate headers for my custom interface
or would love to hear if you know of an easier way to integrate pure swift libs, coz we’d need to do this bridging for 3-4 libs 🥲