We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71481f2 commit 6b19476Copy full SHA for 6b19476
kotlin-sdk-test/build.gradle.kts
@@ -30,6 +30,7 @@ kotlin {
30
dependencies {
31
implementation(kotlin("test-junit5"))
32
implementation(libs.awaitility)
33
+ implementation(libs.testcontainers)
34
runtimeOnly(libs.slf4j.simple)
35
}
36
0 commit comments