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 8b2ea0e commit c55e244Copy full SHA for c55e244
kotest-runner-android/build.gradle.kts
@@ -8,7 +8,7 @@ plugins {
8
dependencies {
9
api("junit:junit:4.13.2")
10
api("io.kotest:kotest-framework-engine:5.9.0")
11
- api("io.kotest:kotest-framework-discovery:5.9.0")
+ api("io.kotest:kotest-framework-discovery:5.9.1")
12
}
13
14
val sourcesJar by tasks.registering(Jar::class) {
0 commit comments