data binding

This commit is contained in:
KJG
2024-10-11 09:34:04 +09:00
parent 46e9865005
commit a190454e00
9 changed files with 231 additions and 163 deletions
+1
View File
@@ -60,6 +60,7 @@ android {
buildFeatures {
viewBinding = true
dataBinding = true
}
compileOptions {