I have a multi-module project with base-feature and feature modules.
The problem is that after the build the resources from feature module are duplicated with a second id
and the resources are not merged properly in the end. Is there a something about the gradle plugin which should be done to make this run? ==> com.android.feature
When I run the project it tries to find the resource from feature module with the feature module resource id
, but in the end the main module has the same resource already with another id
, which I guess should be merged.