Skip to content

Commit aa60fff

Browse files
committed
fixed kotest
1 parent ac2c2b5 commit aa60fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
components { withModule<ModularKotlinRule>(kotlin("stdlib")) }
2828
components { withModule<ModularKotlinRule>(kotlin("stdlib-jdk8")) }
2929

30-
listOf("runner-junit5", "assertions-core"/*, "property"*/).forEach {
30+
listOf("runner-junit5", "assertions-core", "runner-console"/*, "property"*/).forEach {
3131
testImplementation("io.kotest:kotest-$it-jvm:$kotestVersion")
3232
}
3333
}

0 commit comments

Comments
 (0)