From ece47b8d5e597c0b284e4b542ebd788912828d33 Mon Sep 17 00:00:00 2001 From: Nikolay Igotti Date: Tue, 16 Feb 2021 16:46:29 +0300 Subject: [PATCH] Update README.md --- tutorials/Navigation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/Navigation/README.md b/tutorials/Navigation/README.md index 7499237396..12b6ff040e 100644 --- a/tutorials/Navigation/README.md +++ b/tutorials/Navigation/README.md @@ -2,7 +2,7 @@ ## General attitude -The Jetpack Compose navigation library ([navigation-compose](https://developer.android.com/jetpack/compose/navigation)) is an Android-only library, and so can not be used together with Compose for Desktop. Our general attitude is not to “force” people to use a particular first-party library. However there are third-party libraries available. [Decompose](https://github.com/arkivanov/Decompose) - is one that is worth the attention. +The Jetpack Compose navigation library ([navigation-compose](https://developer.android.com/jetpack/compose/navigation)) is an Android-only library, and so can not be used together with Compose for Desktop. Our general attitude is not to “force” people to use a particular first-party library. However there are third-party libraries available. One could consider [Decompose](https://github.com/arkivanov/Decompose) as possible solution. ## Patterns