hey guys, I have a amper project with a "compose" ...
# amper
m
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
sounds like it is not exporting. Did you have exported?
m
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