Hey all :wave: I’m developing a KMP library that w...
# multiplatform
b
Hey all 👋 I’m developing a KMP library that will be used by native Android (Compose), native iOS, and Compose Multiplatform. I have a few dependencies that I need to include on the iOS side of things and both are available via cocoapods and SPM. Is there a way to setup gradle to support cocoapods AND spm or is it an either or? I attempted to generate a swift package but I’m getting
(no such file, not in dyld cache),
for the two libraries when running a barebones iOS app with the SDK swift package imported