
implementation("dev.sergiobelda.navigation.compose.extended:navigation-compose-extended:1.6.1")Enhances Jetpack Navigation Compose by enabling idiomatic creation of navigation elements through models, reducing reliance on literals. Supports defining navigation destinations, arguments, and deep links, automatically generating corresponding routes and keys. Provides functions for secure argument retrieval and navigation using these models. Includes annotations for generating navigation destinations and arguments, streamlining navigation setup.