I used implementation 'com.google.android.material:material:1.0.0'
for RecycleView. In layout when I'm typing "recycle" it gives suggestion as androidx.appcompat.app.AlertController$RecycleListView
which is not what I want.
Even though I'm typing this androidx.recyclerview.widget.RecyclerView
it works but it doesn't let used attributes like id, height, width, etc. inside. It was working fine one month ago like it was giving proper suggestion now it completely not showing for RecycleView. Does anyone has a solution?