Introduce subscription-based state, remove DataStore stopgap
This commit is contained in:
parent
8413cf7ae7
commit
87eb947936
4 changed files with 49 additions and 44 deletions
|
|
@ -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" )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue