Open matej-cupka opened 5 years ago
I have just migrated to AndroidX and I can't compile my app because InkPageIndicator uses ViewPager from android design support library
When can we expect support for androidx?
Enable Jetifier, its enabled by default now
# Automatically convert third-party libraries to use AndroidX android.enableJetifier=true
I have just migrated to AndroidX and I can't compile my app because InkPageIndicator uses ViewPager from android design support library