james
02/19/2024, 11:10 PMKMPLogger
module we built a while ago, then we want to add a KMPNetworking
module, which itself depends on KMPLogger
, is it at this point where I need to move the two KMP modules into a single umbrella module which outputs a single shared binary that can be consumed by iOS?
Do I have that correct, or is there some way you can build an iOS binary lib for each module, regardless of their internal dependencies, without running into conflicts?