DataBindingComponent not being found
I've encountered the same issue as many, but their solutions and suggestions did not help me. I'm building a simple app that uses Retrofit2, Dagger2, DataBinding, Kotlin, and Android Studio version 3.2.1. I have the following dependencies:
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin
kotlin stdlib jdk71.2.71"
implementation "androidx.appcompat
appcompat1.0.0"
implementation...