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

K2 + bump latest deps + gradle bump #57

Open MV-GH opened 2 months ago

MV-GH commented 2 months ago

I was looking into a weird crash that one of my users encountered. But I did not manage to reproduce this in the sample app.

But I'll share the dep bumps.

The @Suppress("ABSTRACT_COMPOSABLE_DEFAULT_PARAMETER_VALUE") are because compose does not support default values for interfaces. (Well up until 2 weeks ago but that hasn't been released yet.) see https://issuetracker.google.com/issues/165812010

I am surprised this does not cause any crashes.