Merge pull request #11092 from t895/view-binding

Android: Use view binding
This commit is contained in:
JosJuice
2022-10-29 17:20:08 +02:00
committed by GitHub
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