Hi. I need to have a transitive access from old XML files (android-only module) to drawables/strings put into composeResources of KMP module.
Are there any ways to achieve it?
I've tried
Resources in the androidLibrary target but still have
>Android resource linking failed
.
Probably because of trying to access them from another module.