Skip to content

Commit 1ea394e

Browse files
committed
Add Turbine
Signed-off-by: matt-ramotar <[email protected]>
1 parent 0060f9c commit 1ea394e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

store/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
plugins {
22
id("org.mobilenativefoundation.store.multiplatform")
3+
id("dev.mokkery") version "2.5.1"
34
}
45

56
kotlin {
@@ -22,6 +23,7 @@ kotlin {
2223
dependencies {
2324
implementation(libs.junit)
2425
implementation(libs.kotlinx.coroutines.test)
26+
implementation(libs.turbine)
2527
}
2628
}
2729
}

0 commit comments

Comments
 (0)