We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5160c3e commit e5dda44Copy full SHA for e5dda44
docs/demo/build.gradle.kts
@@ -34,7 +34,7 @@ kotlin {
34
implementation(compose.foundation)
35
implementation(compose.ui)
36
implementation(compose.components.resources)
37
- implementation("org.jetbrains.androidx.navigation:navigation-compose:2.9.0-beta04")
+ implementation("org.jetbrains.androidx.navigation:navigation-compose:2.9.0-beta05")
38
implementation(project(":miuix"))
39
}
40
0 commit comments