Hello I have a question. in my KMP project ios app does not get the resources from imported module....
r
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
What library are you using to handle resources? You can ask the library creators directly if the project is public.
r
I’m using my own, I just created new module
p
when you say resources you mean images and other media or you mean the classes and functions?
r
currently I’m trying to get a font .ttf file
p
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.
👍 1