This seems to be manifest merging error. I'm trying to port existing code to instant app module. What I've tried is :
- Changed main app module to baseFeatureModule.
- Created a new module completeApp.
Emptied completeAppModule's Manifest :
added implementation project entry in completeAppModule
implementation project (":udofy")
Added these entries in base module :
baseFeature true in android block
application project (":fullModule") in dependencies
I've tried rebuilding/ invalidate cache and restart/ Restarting studio but no help. Can anybody help me out here?