← View all Jetpack Compose Libraries
Jetpack Compose Compose Navigation library
We extracted all components and modifiers in the Compose Navigation library in one place. Find the Jetpack Compose Compose Navigation dependency and add it to your project.
Compose Navigation dependency
Add the Jetpack Compose Compose Navigation library to your project by adding the following dependency to your build.gradle
file:
dependencies {
implementation "androidx.navigation:navigation-compose:2.7.0-alpha01"
}