I have Android Studio 2.3 and Gradle plugin 2.3.0 installed. When I try to configure data-binding in build.gradle
file as,
android {
....
dataBinding {
enabled = true
}
}
and when I sync it, I get the following error:
Error:Cause: org/apache/commons/io/IOUtils
I tried adding commons io
library but still it shows the same error.