Jasmin
07/04/2025, 8:47 AMcommonMain/resources/files/frontend
.
How do I need to configure Gradle to bundle these assets in the XCFramework and access them via NSBundle
?
I know it must be possible somehow, because of the composeResources, which are getting correctly included.
Here is my current access code:
val basePath = NSBundle.mainBundle.resourcePath + "/files/frontend/"
Every help is appreciated 🙂François
07/04/2025, 9:08 AMJasmin
07/04/2025, 9:46 AMmingw
target, which it currently doesn't support.
Do you happen to know how Moko handles this on iOS?
Maybe I could extract or replicate just that part.
Alternatively, are there any insights on how this is handled in Compose Resources?