Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

AndroidX support #76

Open
vagprogrammer opened this issue Sep 28, 2018 · 4 comments
Open

AndroidX support #76

vagprogrammer opened this issue Sep 28, 2018 · 4 comments

Comments

@vagprogrammer
Copy link

vagprogrammer commented Sep 28, 2018

@niktszczegolny Recently I have migrated to AndroidX and I got an error because the fastScroller.setRecyclerView() method is expecting an android.support.v7.widget.RecyclerView instance, bubt I'm sendind an androidx.recyclerview.widget.RecyclerView what should do I do?

@vinitthaker
Copy link

Any update on this issue?

@talklittle
Copy link
Contributor

The error can be ignored as long as your gradle.properties contains:

android.enableJetifier=true

Since that line enables automatic translation of libraries to use AndroidX.

That said, of course it would be ideal for this library to migrate to AndroidX eventually.

@h-mortazavifar
Copy link

h-mortazavifar commented Jun 23, 2019

The error can be ignored as long as your gradle.properties contains:

android.enableJetifier=true

Since that line enables automatic translation of libraries to use AndroidX.

That said, of course it would be ideal for this library to migrate to AndroidX eventually.

I have that option enabled but I get the error:
ERROR: Failed to resolve: recyclerview
Affected Modules: app

@AlexeyGodyaev
Copy link

You can download the source code and replace the support library imports

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants