DevAhamed / MultiViewAdapter

Easily create complex recyclerview adapters in android
https://devahamed.github.io/MultiViewAdapter
Apache License 2.0
820 stars 149 forks source link

AndroidX Support #51

Closed DevAhamed closed 5 years ago

DevAhamed commented 6 years ago

Since AndroidX packages are now out of beta, its time to add support for new packages. Since this requires a major refactor, my current plan is to release it with v2 refactor.

premacck commented 5 years ago

Any updates on this sir?

I have migrated my project to androidX and after that I cannot access fields of holder class (like "itemView") How can I fix those issues for now? I have used the following lines in my gradle.properties android.useAndroidX=true android.enableJetifier=true

vkotovv commented 5 years ago

@premacck It was implemented in 3.0.0 alpha version, see #71