I make quick fix for android NS6.
add it in gradle file implementation 'androidx.recyclerview:recyclerview:1.0.0'
and replace android.support.v7.widget to androidx.recyclerview.widget as documentation in this link https://developer.android.com/jetpack/androidx/migrate/class-mappings.
I make quick fix for android NS6. add it in gradle file implementation 'androidx.recyclerview:recyclerview:1.0.0' and replace android.support.v7.widget to androidx.recyclerview.widget as documentation in this link https://developer.android.com/jetpack/androidx/migrate/class-mappings.