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 24556e1 commit 99c40a9Copy full SHA for 99c40a9
samples/kotlin-application-with-tests/build.gradle
@@ -54,7 +54,10 @@ dependencies {
54
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
55
56
testImplementation 'org.jetbrains.kotlin:kotlin-test'
57
+ testRuntimeOnly(platform("org.junit:junit-bom:5.11.0"))
58
+ testRuntimeOnly("org.junit.platform:junit-platform-console:1.11.0")
59
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.0")
60
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter")
61
}
62
63
application {
0 commit comments