Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis committed Oct 20, 2023
1 parent 5612f0e commit 3d8fce2
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ kotlin {
}
}

jvmAndNativeMain {
dependencies {
implementation(libs.kotlinx.coroutines.test)
}
}

jvmTest {
dependencies {
implementation(libs.testcontainers)
Expand Down

0 comments on commit 3d8fce2

Please sign in to comment.