Anyone knows how could I share Compose resources t...
# multiplatform
m
Anyone knows how could I share Compose resources through an XCFramework spm package?
👀 1
My setup is, I have created an external repo that contains the codebase to publish a KMP library to github packages with SPM using kmmbridge. This is setup is because we want to start using KMP without adding the code into the existing codebase yet.
The feature works great when built locally, however when publishing the package and trying to fetch it from the iOS app, the app complains about the resources not being there.
I have seen this issue which says this is not currently possible. There is a workaround in the discussion, however I wonder if is there any other setup I can use without having to merge the KMP code with the iOS codebase? I guess that using Moko resources would be the same issue