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 d7ff059 commit af911edCopy full SHA for af911ed
plugins/project/src/main/kotlin/common/Multiplatform.kt
@@ -134,6 +134,7 @@ fun KotlinMultiplatformExtension.jvmTarget(project: Project) =
134
api(project.dependencies.platform(libs.testcontainers.bom))
135
api(kotlin("test-junit5"))
136
api(libs.mockk)
137
+ api(libs.mockk.bdd)
138
api(libs.slf4j.simple)
139
api(libs.testcontainers.junit5)
140
api(libs.testcontainers.postgresql)
0 commit comments