Introduce subscription-based state, remove DataStore stopgap

This commit is contained in:
Reinout Meliesie 2024-12-19 18:49:22 +01:00
commit 87eb947936
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6
4 changed files with 49 additions and 44 deletions

View file

@ -66,7 +66,6 @@ dependencies {
implementation ( "androidx.compose.ui" , "ui" , "1.7.6" )
implementation ( "androidx.compose.ui" , "ui-graphics" , "1.7.6" )
debugImplementation ( "androidx.compose.ui" , "ui-tooling" , "1.7.6" )
implementation ( "androidx.datastore" , "datastore-preferences" , "1.1.1" )
implementation ( "androidx.lifecycle" , "lifecycle-runtime-ktx" , "2.8.7" )
implementation ( "org.jetbrains.kotlinx" , "kotlinx-coroutines-android" , "1.9.0" )
implementation ( "org.jetbrains.kotlinx" , "kotlinx-serialization-json" , "1.7.3" )