Hello guys!, i have a question about using a single Xcode framework. I have a complex application, with many modules and repos, and i would like to know if there are steps forward or best practices using multiples XCode frameworks or however it's not like that (i know the existence of this article from touchlab: https://touchlab.co/multiple-kotlin-frameworks-in-application/ but it's 3 years old)
thank you, yes i know about umbrella approach, which is currenrly the way im doing this, but i was hoping another solution to split frameworks without code duplication or using a single framework (Umbrella solution)