Skip to content

Commit c16e726

Browse files
authored
update: the navigation library is not that experimental anymore (JetBrains#293)
1 parent 6b0b4a4 commit c16e726

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

topics/compose/compose-navigation-routing.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
[//]: # (title: Navigation and routing)
22

3-
> The navigation library is currently [Experimental](supported-platforms.md#core-kotlin-multiplatform-technology-stability-levels).
4-
> You're welcome to try it in your Compose Multiplatform projects.
5-
> We would appreciate your feedback in [YouTrack](https://youtrack.jetbrains.com/newIssue?project=CMP).
6-
>
7-
{style="warning"}
8-
93
Navigation is a key part of UI applications that allows users to move between different application screens.
104
Compose Multiplatform adopts the [Jetpack Compose approach to navigation](https://developer.android.com/guide/navigation/design#frameworks).
115

@@ -73,4 +67,4 @@ there are third-party alternatives that you can choose from:
7367
| [Decompose](https://arkivanov.github.io/Decompose/) | An advanced approach to navigation that covers the full lifecycle and any potential dependency injection |
7468
| [Appyx](https://bumble-tech.github.io/appyx/) | Model-driven navigation with gesture control |
7569
| [PreCompose](https://tlaster.github.io/PreCompose/) | A navigation and view model inspired by Jetpack Lifecycle, ViewModel, LiveData, and Navigation |
76-
| [Circuit](https://slackhq.github.io/circuit/) | A Compose-driven architecture for Kotlin applications with navigation and advanced state management. |
70+
| [Circuit](https://slackhq.github.io/circuit/) | A Compose-driven architecture for Kotlin applications with navigation and advanced state management. |

0 commit comments

Comments
 (0)