I have generated two libraries(aar) with same package name as they are in different flavors. Now i'm integrating both into one another application, as both aar files have same packagename buildConfig.class got conflict. I fixed this by given multidexEnable = true in applications build.gradle. But when i'm trying to generate signedApk with proguard file, Android studio throwing duplicate entry for buildConfig.class. Any one knows about this?
Error:Execution failed for task
:app:transformClassesAndResourcesWithProguardForRelease'.
> Job failed, see logs for details