moko-resources icon indicating copy to clipboard operation
moko-resources copied to clipboard

2 files found with path 'MR/base/strings.xml' in multimodular + multiplatform + compose multiplatform

Open r4m-mirze opened this issue 2 years ago • 1 comments
trafficstars

I am getting following error when I use with multiplatform + jetpack compose multiplatform + multiModule application.

I have a common:ui module which has resources/MR/base/strings.xml and another feature module which included common:ui module and it also has resources/MR/base/strings.xml specific to feature module. There is no compilation error I can use both common:ui MR.strings and feature MR.strings in feature module. But when I build the application I get an error "2 files found with path 'MR/base/strings.xml' ".

image

r4m-mirze avatar May 27 '23 17:05 r4m-mirze