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

11 lines
273 B
Groovy

android {
buildFeatures {
viewBinding = true
}
}
dependencies {
implementation "androidx.recyclerview:recyclerview:$recyclerview"
implementation "com.google.android.material:material:$material"
implementation "androidx.core:core-ktx:$coreKTX"
}