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