drakeet / MultiType

Flexible multiple types for Android RecyclerView.
Apache License 2.0
5.76k stars 749 forks source link

Why is MultiTypeAdapter final? #281

Closed ezamelczyk closed 5 years ago

ezamelczyk commented 5 years ago

As of 4.0.0-alpha2 MultiTypeAdapter is final. It's such a breaking change for my project that I may never update. Can I ask to remove this constraint or at least explain why it was added?

drakeet commented 5 years ago

It's open now: https://github.com/drakeet/MultiType/blob/master/library/src/main/kotlin/com/drakeet/multitype/MultiTypeAdapter.kt#L31 Try the alpha3, please.