I am getting the following error when trying to build a bundle.
Error: Module 'dynamicFeature' has no dex files but the attribute 'hasCode' is not set to false in the AndroidManifest.xml
I have added a dynamic feature named dynamicFeature which has a single .java file with which I want to interact with but somehow while building the bundle it doesn't seem to recognize this file and is asking me to set 'hasCode' to false. Has anyone faced a similar issue?