Przeglądaj źródła

android: Enable view binding

Charles Lombardo 3 lat temu
rodzic
commit
e49e6cac7e
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      src/android/app/build.gradle

+ 2 - 0
src/android/app/build.gradle

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