moko-resources
moko-resources copied to clipboard
2 files found with path 'MR/base/strings.xml' in multimodular + multiplatform + compose multiplatform
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' ".