Multi Dex issue.
Can't compile in Android Studio 3.0.1+. Getting below error. Enable multidex support on gradle file as well. And the issue is intermitted, for some, it is working in our team and for others, it doesn't. Please fix!
Error:Execution failed for task ‘:app:transformDexArchiveWithExternalLibsDexMergerForDebug’.> com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex
Can you create a test project that demonstrates the issue? I have not observed issues with the android gradle plugin 3.0.x or 3.1.x. Also, being an intermittent issue leads me to think that something unrelated is the problem such as you may be near your multidex limit. Dex merging should otherwise fail fairly consistently.