
implementation("androidx.compose.runtime:runtime-saveable:1.11.1")Facilitates saving and restoring UI state across configuration changes and process recreation. Provides functions like `rememberSaveable` and interfaces such as `Saver` and `SaveableStateRegistry` for managing state persistence.