saket / cascade

Nested popup menus with smooth height animations for Android
https://saket.github.io/cascade
Apache License 2.0
2.02k stars 67 forks source link

Fix Crash: Cascade with Jetpack Compose 1.5.0+ #37

Closed kasem-sm closed 1 year ago

kasem-sm commented 1 year ago

Latest alpha release of Material3 transitively updates Compose to 1.5.0-alpha04 and it has some breaking changes, hence the crash (mentioned in #36).

saket commented 1 year ago

Thank you!

kasem-sm commented 1 year ago

@saket, we need to update Material3 to 1.2.0-alpha02.

saket commented 1 year ago

@kasem-sm Thinking of updating compose to 1.5.0-beta01 instead. What do you think?

kasem-sm commented 1 year ago

@saket, a bit unsure atm. Gotta try in a sample project and let you know asap.