ursus
06/02/2024, 8:15 PMiOsAppA iOsAppB
\ /
iOsCore
so..there is shared code between the two apps via cocoapods
How would you instroduce KMP to this setup?
Can I do something like this?
iOsAppA iOsAppB
\ \ /
kmpAppA iOsCore
\
kmpSharedCore?
I think I read that there should be just one umbrella
module which is then exposes to the ios app. Is this still doable in my setup?