Android: Use view binding

This commit is contained in:
Charles Lombardo
2022-09-23 19:55:52 -04:00
parent 063c2739b3
commit 5c30f65bbb
54 changed files with 815 additions and 949 deletions

View File

@ -4,6 +4,8 @@ android {
compileSdkVersion 33
ndkVersion "25.0.8775105"
viewBinding.enabled = true
compileOptions {
// Flag to enable support for the new language APIs
coreLibraryDesugaringEnabled true