diff -r 5ad573b6c84d -r b3dd237df1bd gradle/libs.versions.toml --- a/gradle/libs.versions.toml Tue Feb 18 18:08:10 2025 -0400 +++ b/gradle/libs.versions.toml Mon Feb 17 21:58:32 2025 -0400 @@ -22,6 +22,7 @@ recyclerview = "1.4.0" room = "2.6.1" timber = "5.0.1" +turbine = "1.0.0" workmanager = "2.10.0" [plugins] @@ -54,6 +55,7 @@ kotlinx-coroutines-bom = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-bom", version.ref = "kotlinx-coroutines-bom" } kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core" } kotlinx-coroutines-play-services = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-play-services" } +kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test" } lifecycle-livedata-core-ktx = { module = "androidx.lifecycle:lifecycle-livedata-core-ktx", version.ref = "lifecycle" } lifecycle-viewmodel-savedstate = { module = "androidx.lifecycle:lifecycle-viewmodel-savedstate", version.ref = "lifecycle" } material = { module = "com.google.android.material:material", version.ref = "material" } @@ -64,5 +66,6 @@ recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "recyclerview" } room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" } timber = { module = "com.jakewharton.timber:timber", version.ref = "timber" } +turbine = { module = "app.cash.turbine:turbine", version.ref = "turbine" } work-runtime = { module = "androidx.work:work-runtime", version.ref = "workmanager" }