Skip to content

Commit af911ed

Browse files
committed
chore: mockk bdd
1 parent d7ff059 commit af911ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/project/src/main/kotlin/common/Multiplatform.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ fun KotlinMultiplatformExtension.jvmTarget(project: Project) =
134134
api(project.dependencies.platform(libs.testcontainers.bom))
135135
api(kotlin("test-junit5"))
136136
api(libs.mockk)
137+
api(libs.mockk.bdd)
137138
api(libs.slf4j.simple)
138139
api(libs.testcontainers.junit5)
139140
api(libs.testcontainers.postgresql)

0 commit comments

Comments
 (0)