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?
My project has embedded androidx.recyclerview.widget.RecyclerView as code and when I try to use
attachToRecyclerViewI got errorCannot access class 'androidx.recyclerview.widget.RecyclerView'. Check your module classpath for missing or conflicting dependencies. How I can fix this?