Skip to content

Commit

Permalink
Fix failed unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mbakgun committed May 22, 2024
1 parent c0612c9 commit c1b88ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ kotlin {
}

commonTest.dependencies {
implementation(kotlin("test"))
implementation(libs.kotlinxCoroutinesTest)
implementation(libs.koinTest)
}
Expand Down

0 comments on commit c1b88ac

Please sign in to comment.