hey guys, I have a amper project with a "compose" module and two app modules: "android" and "ios".
On the "compose" module I have some font resources, folder: "resources/font".
When I try to use the "compose" module as dependency on "android" and "ios", I have this exception
> Uncaught Kotlin exception: org.jetbrains.compose.resources.MissingResourceException: Missing resource with path: font/roboto_black.ttf
How can I solve this?
i
itnoles
02/28/2024, 4:45 PM
sounds like it is not exporting. Did you have exported?
m
magnumrocha
02/28/2024, 5:06 PM
I thought the same, but after check the producted .aar the resources are there (inside it).
also, I don't see any option to export resources on amper documentation