1dependencies {
2 implementation "androidx.recyclerview:recyclerview:1.1.0"
3 // For control over item selection of both touch and mouse driven selection
4 implementation "androidx.recyclerview:recyclerview-selection:1.1.0-rc01"
5}
1 implementation "androidx.recyclerview:recyclerview:1.1.0"
2 implementation "androidx.recyclerview:recyclerview-selection:1.1.0-rc03"
1 // recyclerView
2
3 implementation "androidx.recyclerview:recyclerview:1.1.0"
4
5 // For control over item selection of both touch and mouse driven selection
6
7 implementation "androidx.recyclerview:recyclerview-selection:1.1.0"
1implementation "androidx.recyclerview:recyclerview:1.1.0"
2 // For control over item selection of both touch and mouse driven selection
3 implementation "androidx.recyclerview:recyclerview-selection:1.1.0-rc01"
1dependencies {
2 implementation("androidx.recyclerview:recyclerview:1.2.1")
3 // For control over item selection of both touch and mouse driven selection
4 implementation("androidx.recyclerview:recyclerview-selection:1.1.0")
5}