Start utilizing view binding (#1013)

This commit is contained in:
Taco
2022-09-21 00:46:13 -04:00
committed by GitHub
parent 8a2932122c
commit 55d6078ccc
7 changed files with 120 additions and 171 deletions

View File

@@ -44,6 +44,10 @@ android {
enableSplit = false
}
}
buildFeatures {
viewBinding true
}
}
dependencies {