I\'m trying to generate a release build but im not able because of mutidex issues my project has all the multidex enabled and dependencies added
The error i\'m rece
I solved this error enabling multiDexEnabled in the build.gradle of my app's module:
build.gradle
defaultConfig { ... ... ... multiDexEnabled true }