Reputation: 1246
i've migrated my project to androidx, but when i'm using androidx for recyclerview adapter the the class of RecyclerView.Adapter
cannot be resolve
i've doing this in gradle.properties
android.useAndroidX=true
android.enableJetifier=true
im using
implementation 'androidx.recyclerview:recyclerview:1.0.0'
Upvotes: 1
Views: 352
Reputation: 1246
great, i use @tynn suggestion and it works,
Upvotes: 1