Interested to know if anyone has any recommendatio...
# multiplatform
c
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
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
👌 2
i
I asked the same question today and as far as I know the Umbrella approach is the current solution, anyway if anyone can help us with any other solutions I would appreciate it. https://kotlinlang.slack.com/archives/C3PQML5NU/p1691045167011359