Skip to content

Commit f75c954

Browse files
committed
Add Kotest dependencies for jvmTest task in build.gradle.kts.
1 parent 5431b32 commit f75c954

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

kotest-multiplatform/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ kotlin {
7070
dependencies {
7171
implementation(libs.kotest.framework.engine)
7272
implementation(libs.kotest.assertions.core)
73+
}
74+
}
75+
jvmTest {
76+
dependencies {
7377
implementation(libs.kotest.runner.junit5)
7478
}
7579
}

0 commit comments

Comments
 (0)