Android: ViewBinding in Gradle

PHOTO EMBED

Wed Feb 03 2021 13:37:35 GMT+0000 (Coordinated Universal Time)

Saved by @samp #android #androidstudio #gradle

// build.gradle (Module: ...)

// Android Studio 4.0
android {
    buildFeatures {
        viewBinding = true
    }
}
content_copyCOPY

Adding the dependency in the module gradle