When adding Anko to an (admittedly somewhat comple...
# anko
k
When adding Anko to an (admittedly somewhat complex) build.gradle, I get an error while trying to assemble the app:
Copy code
Error:Execution failed for task ':presentation:transformResourcesWithMergeJavaResForDebug'.
> com.android.build.api.transform.TransformException: com.android.builder.packaging.DuplicateFileException: Duplicate files copied in APK META-INF/common-compileReleaseKotlin.kotlin_module
Can anyone point me in the right direction to fix this? Thanks