airbnb / epoxy

Epoxy is an Android library for building complex screens in a RecyclerView
https://goo.gl/eIK82p
Apache License 2.0
8.46k stars 730 forks source link

Which beta version of 5.x.x is recommanded? #1336

Open beigirad opened 1 year ago

beigirad commented 1 year ago

Unfortunately I can't bump epoxy to stable 5.x.x because of its transitive dependencies, but I want to bump kotlin to 1.7. But #1302 blocked me.

So I decided to use beta version of 5.x.x

Do you suggest this approach?

There's other beta version like beta4 and beta5 on mvnrepository. but just beta2 and beta3 is present in releases and I don't know which beta version is more stable to use.

Please sync mvnrepository with release

Thanks