We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a65699f commit cee95cdCopy full SHA for cee95cd
build.gradle.kts
@@ -36,6 +36,7 @@ kotlin {
36
dependencies {
37
implementation(kotlin("test-junit5"))
38
implementation(libs.junit.jupiter.engine)
39
+ runtimeOnly("org.junit.platform:junit-platform-launcher")
40
}
41
42
val jsTest by getting {
gradle/libs.versions.toml
@@ -1,6 +1,6 @@
1
[versions]
2
kotlin = "1.9.22"
3
-junit = "5.10.0"
+junit = "5.10.1"
4
detekt = "1.23.5"
5
6
[plugins]
0 commit comments