Adding this fixed it: ```dependencies { ... //...
# android
b
Adding this fixed it:
Copy code
dependencies {
...
    // Data Binding
    kapt 'com.android.databinding:compiler:2.1.2’
}