I'm currently working on creating and using a KMM ...
# multiplatform
s
I'm currently working on creating and using a KMM library into android and ios native projects and facing some artifact issues with iOS. I have a module A that depends on module B, both are dynamic, but not sure how to create two xcframeworks such that A depends on B instead of directly exposing B code via itself or duplicating the whole module. Right now using export and just including B's xcframework to get the whole codebase and use it in iOS project.