Hello I have a question. in my KMP project ios app does not get the resources from imported module..
app-ios
^
shared
module (all resources here can be accessed in my ios app no problem) also cocoapods is setup here
^
libA
module (here's the problem. it seems
app-ios
can't access the resources from this layer..
Can anyone help me?
p
Pablichjenkov
08/02/2023, 7:50 AM
What library are you using to handle resources? You can ask the library creators directly if the project is public.
r
raquezha
08/02/2023, 7:51 AM
I’m using my own, I just created new module
p
Pablichjenkov
08/02/2023, 8:01 AM
when you say resources you mean images and other media or you mean the classes and functions?
r
raquezha
08/02/2023, 8:02 AM
currently I’m trying to get a font .ttf file
p
Pablichjenkov
08/02/2023, 8:08 AM
Humm. Not really familiar. I thought you were using some library like moko resources or jetbrains own resource Library and suggested to ask in their repos.