implementation("androidx.compose.runtime:runtime-saveable:1.8.0-beta03")
Facilitates saving and restoring UI state across configuration changes using functions like `rememberSaveable` and `Saver`.