Does anybody know how to consume a spm package lik...
# compose-ios
j
Does anybody know how to consume a spm package like MobileVLCKit with KMP?
either you can use interoperability to call the MobileVLCKit or you could write an interface which then has an implementation on each platform and is injected into the common code via DI (specifically Koin). could be more flexible than
expect/actual
if you need to provide the implementation with other dependencies managed by DI.
👍 2