add recyclerview dependency code example
Example 1: androidx recyclerview dependency
dependencies {
implementation "androidx.recyclerview:recyclerview:1.1.0"
implementation "androidx.recyclerview:recyclerview-selection:1.1.0-rc01"
}
Example 2: recyclerview dependency
implementation 'com.android.support:recyclerview-v7:23.1.1'
Example 3: recyclerview dependency
implementation "androidx.recyclerview:recyclerview:1.1.0"
implementation "androidx.recyclerview:recyclerview-selection:1.1.0"
Example 4: recyclerview dependency
implementation "androidx.recyclerview:recyclerview:1.1.0"
implementation "androidx.recyclerview:recyclerview-selection:1.1.0-rc01"