Hi all! :wave: We’re trying to include a JSON file...
# multiplatform
v
Hi all! 👋 We’re trying to include a JSON file in our resources and access read its content from a repository. But we’re running into issues on iOS. We tried using Compose Multiplatform (although we don’t have any UI in our repository and concerned that it will bloat out library size). It seems Compose Multiplatform embeds the resources inside the framework, but at runtime it looks for them at the app bundle root. There’s also a hardcoded
compose-resources
prefix which complicates things further. We saw related issue, but it is unresolved yet. Has anyone found a reliable way to access JSON resources on iOS with Compose Multiplatform? Would love any advice or workarounds!