Can anyone help me validate a detail with iOS (or ...
# multiplatform
j
Can anyone help me validate a detail with iOS (or any K/N target) binary compatibility? If our iOS app currently depends on a
KMPLogger
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?