Skip to content

Commit 5431b32

Browse files
committed
Add kotest-runner-junit5 dependency in build.gradle.kts and libs.versions.toml.
1 parent 182643b commit 5431b32

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

kotest-multiplatform/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ kotlin {
7070
dependencies {
7171
implementation(libs.kotest.framework.engine)
7272
implementation(libs.kotest.assertions.core)
73+
implementation(libs.kotest.runner.junit5)
7374
}
7475
}
7576
}

kotest-multiplatform/gradle/libs.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ android-minSdk = "24"
99
[libraries]
1010
kotest-assertions-core = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
1111
kotest-framework-engine = { module = "io.kotest:kotest-framework-engine", version.ref = "kotest" }
12+
kotest-runner-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
1213

1314
[plugins]
1415
androidLibrary = { id = "com.android.library", version.ref = "agp" }

0 commit comments

Comments
 (0)