new: integrate navigation

This commit is contained in:
2026-06-11 17:50:21 +02:00
parent afc3af7466
commit 767fff7208
8 changed files with 118 additions and 9 deletions
+7 -1
View File
@@ -48,4 +48,10 @@ If you face any issues, please report them on [YouTrack](https://youtrack.jetbra
## Dependency injection
For dependency injection, we use [Koin](https://insert-koin.io/). To know more about the integration with Compose,
please refer to the [Koin Compose documentation](https://insert-koin.io/docs/reference/koin-compose/compose).
please refer to the [Koin Compose documentation](https://insert-koin.io/docs/reference/koin-compose/compose).
## Navigation
For navigation, Navigation3 is used: https://kotlinlang.org/docs/multiplatform/compose-navigation-3.html
For implementation details, please refer to the [Navigation3 Android documentation](https://developer.android.com/guide/navigation/navigation-3/basics).