Hello friends, a question with KMMBridge, could yo...
# touchlab-tools
r
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
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
Yeap, we'll make iOS packages regularly for this case. Thanks for the support