I want to have resources in different modules, is ...
# compose-ios
m
I want to have resources in different modules, is it supported for iOS ? It works for Android and desktop but not for iOS. I get an error saying that the resource is not found.
👍🏻 1
👍 2
d
m
That's not what I meant, I'm asking about sharing resources between two kmp modules, module A has a resource file module B is using module A and it's resource file Now if I use module B it works for all platforms except for iOS, I'm getting resource not found error. I tried to export module B but same problem
d
Ok, I understand. We will fix it in the future. For now it is better to use in a single module
thank you color 2
m
Ok thanks!