
implementation("com.arkivanov.essenty:lifecycle:1.2.0-alpha-01")Manages screen lifecycle events, enabling handling of creation, start, resume, pause, stop, and destruction states. Facilitates background operation management and data reloading upon screen activation. Provides a `Lifecycle` API similar to Android's Activity lifecycle. Includes `LifecycleRegistry` for manual lifecycle control, useful in testing scenarios. Offers coroutine extensions for automatic `CoroutineScope` management and lifecycle-aware `Flow` handling.