android-signaturepad icon indicating copy to clipboard operation
android-signaturepad copied to clipboard

Databinding generating multiple DynamicUtil.java files.

Open deandalm opened this issue 8 years ago • 1 comments

After upgrading to 1.2.1, I started getting the following error:

Error:Execution` failed for task ':app:transformResourcesWithMergeJavaResForDebug'.
> More than one file was found with OS independent path 'android/databinding/DynamicUtil.java'

After further investigation, I noticed that braintree-2.5.2 is generating a DynamicUtil.java file and so is adapsters-1.2.1. Any ideas how to resolve this issue?

deandalm avatar Jun 20 '17 17:06 deandalm

braintree/braintree_android#154

Upgrading the Gradle build plugin used to build the library to at least 2.3.3 appears to have fixed this issue.

lkorth avatar Jul 12 '17 14:07 lkorth