1
0
mirror of https://github.com/etesync/android synced 2025-01-11 00:01:12 +00:00

Fix databinder errors

Apparently you need to explicit enable data binding in build.gradle.
This commit is contained in:
Tom Hacohen 2019-09-11 09:28:50 +01:00
parent 102cc42ee8
commit d64e6ba33f

View File

@ -122,6 +122,8 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
dataBinding.enabled = true
}
dependencies {