android: Enable view binding

This commit is contained in:
Charles Lombardo 2023-03-19 23:40:26 -04:00 committed by bunnei
parent 9eb4b7eb23
commit 6fac89f5a6

View file

@ -17,6 +17,8 @@ android {
compileSdkVersion 33
ndkVersion "25.2.9519653"
viewBinding.enabled = true
compileOptions {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11