Файл приложения Gradle и файл проекта Project.
Ошибка: не удается найти класс символов DataBindingComponent
dependencies
{
implementation 'androidx.room:room-runtime:2.1.0-alpha05'
annotationProcessor 'androidx.room:room-compiler:2.1.0-alpha05'
}
-----------------------------------------------------------------------------
allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
google()
maven { url "https://kotlin.bintray.com/kotlinx/" }
}
}