Enable view binding.

This commit is contained in:
Isira Seneviratne 2020-10-31 10:07:18 +05:30
parent a919a039e5
commit 31bb70e333
1 changed files with 4 additions and 0 deletions

View File

@ -85,6 +85,10 @@ android {
sourceSets {
androidTest.assets.srcDirs += files("$projectDir/schemas".toString())
}
buildFeatures {
viewBinding true
}
}
ext {