Add beginning of viewmodel, update nav on back gesture

This commit is contained in:
Joren
2024-04-29 12:10:54 +02:00
parent a2145bedc0
commit 67a89c449c
13 changed files with 92 additions and 14 deletions

View File

@@ -65,4 +65,5 @@ dependencies {
debugImplementation(libs.androidx.ui.tooling)
debugImplementation(libs.androidx.ui.test.manifest)
implementation("androidx.navigation:navigation-compose:$nav_version")
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.6.1")
}