소스 검색

android: Enable view binding

Charles Lombardo 3 년 전
부모
커밋
e49e6cac7e
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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