Interested to know if anyone has any recommendations of blogs/posts around exporting multiple kmp frameworks for ios? We have modularised our KMP code into feature modules, but currently add these all as transitive dependencies to a
shared
module and export that as a single framework. I'd like to explore exporting multiple frameworks and adding these as targets of a swift package. Grateful if anyone has any tips 🙂
👍 1
Ciaran Sloan
08/03/2023, 12:21 PM
I've just come across this blog post which seems to cover what I'm interested in. TL;DR multiple frameworks is complicated and you'll be restricted if you want to use some common classes across these