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>