• v1.0.4 1dd825a351

    Ghost released this 2026-04-11 18:58:43 +03:00 | 241 commits to main since this release

    lifecycle-runtime-compose:2.8.0 moved LocalLifecycleOwner from
    compose.ui to lifecycle.compose, but navigation-compose:2.7.7
    doesn't provide it in that new location. collectAsStateWithLifecycle()
    crashes inside NavHost.

    Fix: downgrade lifecycle to 2.7.0 which is compatible with nav 2.7.7.

    Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com

    Downloads