Does KMP support swift package manager on ios side...
# multiplatform
n
Does KMP support swift package manager on ios side?
j
Yes, KMMBridge supports SPM https://kmmbridge.touchlab.co/. We use it with our private Artifactory.
n
I want to use firebase remote config, so i’m opting for native sdk using SPM and expect actual mechanism. is it fine to use it this way?
👍 1
j
I think you can ise https://firebaseopensource.com/projects/gitliveapp/firebase-kotlin-sdk/. However not sure if they ported all the features for RemoteConfig yet. If not, you can always provide native layer in iOS and send back to KMP layer in commonMain 🙂
@Jacob Ras Curious do you use that only for internal things within an app or? I mean only on repos/artifacts for your own stuff, not consume other libraries?
j
@Joel Denke we use it to build an artifact of our shared code repository, which will be consumed in our Android & iOS apps. They both have their own repo (they're quite big apps, think 500k LoC).
🎉 1
112 Views