diff --git a/app/build.gradle b/app/build.gradle index 90e65596..0b2eab87 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,6 +20,9 @@ android { sourceCompatibility = '1.8' targetCompatibility = '1.8' } + dataBinding { + enabled = true + } } dependencies {