I have updated the compose multiplatform lib to the latest to accommodate compose resource changes. On Android everything works fine however in iOS I am getting the exception below.
Copy code
org.jetbrains.compose.resources.MissingResourceException: Missing resource with path: font/Tajawal-Medium.ttf
c
chr
03/23/2024, 8:28 PM
I ran into this the other day – all your app resources are bundled into a
@chr Thanks for the reply. But somehow I am not convinced that we should do some specific code changes for iOS. resources working perfectly fine for both Android and web
c
chr
03/25/2024, 2:18 AM
just use `expect`/`actual` functions to load resources and you should be fine
chr
03/25/2024, 2:18 AM
how are you using the same code to load resources in JS and Android?