Skip to content

Commit 1438cdb

Browse files
authored
fix: Navigation is in Alpha, not Experimental (JetBrains#294)
1 parent c16e726 commit 1438cdb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

topics/compose/compose-navigation-routing.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
Navigation is a key part of UI applications that allows users to move between different application screens.
44
Compose Multiplatform adopts the [Jetpack Compose approach to navigation](https://developer.android.com/guide/navigation/design#frameworks).
55

6+
> The navigation library is currently in [Alpha](supported-platforms.md#core-kotlin-multiplatform-technology-stability-levels).
7+
> You're welcome to try it in your Compose Multiplatform projects. Remember to track potential migration issues in future releases.
8+
> We would appreciate your feedback in [YouTrack](https://youtrack.jetbrains.com/newIssue?project=CMP).
9+
>
10+
{style="warning"}
11+
612
## Setup
713

814
To use the navigation library, add the following dependency to your `commonMain` source set:

0 commit comments

Comments
 (0)