
implementation("cafe.adriel.voyager:voyager-navigator:1.0.0-beta15")Voyager Navigator is a navigation library designed for Jetpack Compose applications, offering a pragmatic approach to managing screen navigation. It introduces the `Navigator` composable function, which handles lifecycle management, back press events, state restoration, and supports nested navigation. Screens are defined by implementing the `Screen` interface and overriding the `Content()` composable function. This setup allows for a structured and efficient navigation system within Compose-based projects.