Files
coco 723ce1af5c a
2026-07-03 15:12:48 +08:00

11 lines
313 B
Groovy

android {
buildFeatures {
viewBinding = true
}
}
dependencies {
implementation project(path: ':viewbinding')
implementation "com.google.android.material:material:$material"
implementation "androidx.core:core-ktx:$coreKTX"
implementation "androidx.fragment:fragment-ktx:$fragment"
}