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 ac2c2b5 commit aa60fffCopy full SHA for aa60fff
build.gradle.kts
@@ -27,7 +27,7 @@ dependencies {
27
components { withModule<ModularKotlinRule>(kotlin("stdlib")) }
28
components { withModule<ModularKotlinRule>(kotlin("stdlib-jdk8")) }
29
30
- listOf("runner-junit5", "assertions-core"/*, "property"*/).forEach {
+ listOf("runner-junit5", "assertions-core", "runner-console"/*, "property"*/).forEach {
31
testImplementation("io.kotest:kotest-$it-jvm:$kotestVersion")
32
}
33
0 commit comments