Skip to content

Commit b0bbfef

Browse files
committed
feat: added flow wrapper for cache
1 parent 0b4f4c2 commit b0bbfef

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

cache/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,7 @@ dependencies {
3333

3434
junit5()
3535
testImplementation(libs.kotlinx.coroutines.test)
36+
testImplementation(libs.mockk)
3637
testImplementation(libs.truth)
38+
testImplementation(libs.turbine)
3739
}

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ ksp = "1.9.23-1.0.20"
3939
mockk = "1.12.5"
4040
telemetry = "1.0.0"
4141
truth = "1.1.3"
42+
turbine = "1.0.0"
4243

4344
[libraries]
4445
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidxActivity" }
@@ -73,6 +74,7 @@ moshi-ksp = { module = "com.squareup.moshi:moshi-kotlin-codegen", version.ref =
7374
truth = { module = "com.google.truth:truth", version.ref = "truth" }
7475
telemetry = { module = "com.kroger.telemetry:telemetry", version.ref = "telemetry" }
7576
telemetry-android = { module = "com.kroger.telemetry:android", version.ref = "telemetry" }
77+
turbine = { module = "app.cash.turbine:turbine", version.ref = "turbine" }
7678

7779
[plugins]
7880
android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }

0 commit comments

Comments
 (0)