Uso de BuidFeatures para habilitar la visión

// Android Studio 4.0
android {
    buildFeatures {
        viewBinding = true
    }
}
Brainy Butterfly