Hello friends, a question with KMMBridge, could you publish everything via package? I have a kmp module, where I want to implement another kmp module from another repository (kmp repo A -> kmp repo B), but I see that it cannot find:
Could not find abc:xyz-iosarm64:0.0.4
.
And it makes sense, because the android/common part goes by package, but iOS goes by release..
k
kpgalligan
10/14/2024, 6:56 PM
This is at a different level than KMMBridge. You would just publish kmp repo A as a regular KMP Maven dependency. If you ultimately want to use repo B as the Xcode Framework umbrella that include's repo A, you'd just have a kmp dependency on A in Gradle. The Xcode Framework is built by the final module.
r
Rodrigo Dominguez
10/14/2024, 8:38 PM
Yeap, we'll make iOS packages regularly for this case. Thanks for the support