How do I integrate kmm with already SPM modularized ios project? Adding kmm as a .framework to a non...
u
How do I integrate kmm with already SPM modularized ios project? Adding kmm as a .framework to a nonmodularized app is simple enough. But what about modularized one? That means I need to expose kmm as a SPM module, which I read somewhere should be possible as a binary framework etc etc. However, that means an ios module, say
Networking
, would need to depend on the SPM-kmm dependency, but as a whole, right? I can't just pick and choose just
phone-number-formatter
from the shared code, just the whole
umbrella
, right?