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.
kotest-runner-junit5
build.gradle.kts
libs.versions.toml
1 parent 182643b commit 5431b32Copy full SHA for 5431b32
kotest-multiplatform/build.gradle.kts
@@ -70,6 +70,7 @@ kotlin {
70
dependencies {
71
implementation(libs.kotest.framework.engine)
72
implementation(libs.kotest.assertions.core)
73
+ implementation(libs.kotest.runner.junit5)
74
}
75
76
kotest-multiplatform/gradle/libs.versions.toml
@@ -9,6 +9,7 @@ android-minSdk = "24"
9
[libraries]
10
kotest-assertions-core = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
11
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" }
13
14
[plugins]
15
androidLibrary = { id = "com.android.library", version.ref = "agp" }
0 commit comments