Skip to content

Commit

Permalink
Add Turbine
Browse files Browse the repository at this point in the history
Signed-off-by: matt-ramotar <[email protected]>
  • Loading branch information
matt-ramotar committed Nov 18, 2024
1 parent 0060f9c commit 1ea394e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions store/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
id("org.mobilenativefoundation.store.multiplatform")
id("dev.mokkery") version "2.5.1"
}

kotlin {
Expand All @@ -22,6 +23,7 @@ kotlin {
dependencies {
implementation(libs.junit)
implementation(libs.kotlinx.coroutines.test)
implementation(libs.turbine)
}
}
}
Expand Down

0 comments on commit 1ea394e

Please sign in to comment.