google / accompanist

A collection of extension libraries for Jetpack Compose
https://google.github.io/accompanist
Apache License 2.0
7.34k stars 593 forks source link

0.33.1-alpha is not compatible with compose 1.6.0-alpha06 or later #1714

Closed ZacSweers closed 10 months ago

ZacSweers commented 10 months ago

All libraries using mutableFloatStateOf() and built against 1.6.0 alphas before alpha06 are broken when used with newer alphas due to an accidental breaking ABI change that was fixed in alpha06. As such, the latest current alpha is not usable with compose alpha06 and beyond.

Ref: https://issuetracker.google.com/issues/298810665

bentrengrove commented 10 months ago

Thanks for the report, Zac. I will do a release now

ZacSweers commented 10 months ago

Thanks!