You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,8 @@ Current supported Platforms are:
40
40
-[Kotlin Coroutines](https://github.com/Kotlin/kotlinx.coroutines): Provides asynchronous programming utilities in Kotlin.
41
41
-[SQLDelight](https://github.com/cashapp/sqldelight): Generates Kotlin APIs from SQL statements for safer database interactions.
42
42
-[Apollo GraphQL](https://github.com/apollographql): Offers client-side tools for consuming GraphQL APIs.
43
-
-[PreCompose Navigation](https://github.com/Tlaster/PreCompose/blob/master/docs/component/navigation.md): Provides navigation components for Kotlin Multiplatform projects using Compose.
44
-
-[PreCompose ViewModel](https://github.com/Tlaster/PreCompose/blob/master/docs/component/view_model.md): Manages UI-related data and state in Kotlin Multiplatform projects using Compose.
43
+
-[Kotlin Multiplatform Navigation](https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-navigation-routing.html): Provides navigation components for Kotlin Multiplatform projects using Compose.
44
+
-[Kotlin Multiplatform ViewModel](https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-viewmodel.html): Manages UI-related data and state in Kotlin Multiplatform projects using Compose.
45
45
-[ConstraintLayout Multiplatform](https://github.com/Lavmee/constraintlayout-compose-multiplatform): Brings ConstraintLayout functionality to Kotlin Multiplatform projects with Compose.
0 commit comments