Added savedStateHandle to the viewmodel

Updated the thuisserver reflecting what does what.
This commit is contained in:
KaasKop-
2023-04-15 15:35:17 +02:00
parent 5a00cd8f32
commit 28f5c22bf2
5 changed files with 30 additions and 23 deletions

View File

@@ -64,6 +64,7 @@ dependencies {
// ViewModel
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.6.1"
implementation("androidx.lifecycle:lifecycle-runtime-compose:2.6.1")
implementation 'androidx.core:core-ktx:1.10.0'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.1'