File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 3
3
Navigation is a key part of UI applications that allows users to move between different application screens.
4
4
Compose Multiplatform adopts the [ Jetpack Compose approach to navigation] ( https://developer.android.com/guide/navigation/design#frameworks ) .
5
5
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
+
6
12
## Setup
7
13
8
14
To use the navigation library, add the following dependency to your ` commonMain ` source set:
You can’t perform that action at this time.
0 commit comments