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 ac62090 commit 0e9bee5Copy full SHA for 0e9bee5
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-beta02")
+ implementation("org.jetbrains.androidx.navigation:navigation-compose:2.9.0-beta03")
38
implementation(project(":miuix"))
39
}
40
0 commit comments