i've added a module named "common" to my app and n...
# android
a
i've added a module named "common" to my app and now its failing with
Copy code
Error:Execution failed for task ':app:transformResourcesWithMergeJavaResForDebug'.
> com.android.build.api.transform.TransformException: com.android.builder.packaging.DuplicateFileException: Duplicate files copied in APK META-INF/common-compileReleaseKotlin.kotlin_module
	File1: C:\Users\.gradle\caches\modules-2\files-2.1\org.jetbrains.anko\anko-common\0.8.3\ad10769960178c2c329a7dd6b801f3403558a9da\anko-common-0.8.3.jar
	File2: C:\Users\AndroidStudioProjects\bo-android\app\build\intermediates\exploded-aar\bo-android\common\unspecified\jars\classes.jar
how can i workaround it? rename the module?