
implementation("androidx.compose.runtime:runtime-saveable:1.8.0-beta01")Enables saving and restoring local UI state across configuration changes and process death. Provides composable functions like `rememberSaveable` and interfaces such as `SaveableStateRegistry` for state management.