You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My project has embedded androidx.recyclerview.widget.RecyclerView as code and when I try to use attachToRecyclerView I got error Cannot access class 'androidx.recyclerview.widget.RecyclerView'. Check your module classpath for missing or conflicting dependencies. How I can fix this?
The text was updated successfully, but these errors were encountered:
My project has embedded androidx.recyclerview.widget.RecyclerView as code and when I try to use
attachToRecyclerView
I got errorCannot access class 'androidx.recyclerview.widget.RecyclerView'. Check your module classpath for missing or conflicting dependencies
. How I can fix this?The text was updated successfully, but these errors were encountered: