mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 23:47:02 +05:30
Revert "app: remove now uneeded navigation code"
This reverts commit 41c64f4b02
.
This commit is contained in:
parent
3d5ad28eb0
commit
72d51d5c52
4 changed files with 143 additions and 0 deletions
|
@ -43,6 +43,7 @@ object Dependencies {
|
|||
const val foundationLayout = "androidx.compose.foundation:foundation-layout:$COMPOSE_VERSION"
|
||||
const val lifecycleViewModel = "androidx.lifecycle:lifecycle-viewmodel-compose:1.0.0-alpha01"
|
||||
const val material = "androidx.compose.material:material:$COMPOSE_VERSION"
|
||||
const val navigation = "androidx.navigation:navigation-compose:1.0.0-alpha07"
|
||||
const val paging = "androidx.paging:paging-compose:1.0.0-alpha07"
|
||||
const val runtime = "androidx.compose.runtime:runtime:$COMPOSE_VERSION"
|
||||
const val ui = "androidx.compose.ui:ui:$COMPOSE_VERSION"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue