tinkoff-mobile-tech / ScrollingPagerIndicator

Pager indicator inspired by Instagram. Lightweight and easy to set up.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage in project with embedded RecyclerView

opened this issue · comments

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?

++