Skip to content

Commit 99c40a9

Browse files
committed
Fix kotlin tests on gradle
1 parent 24556e1 commit 99c40a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

samples/kotlin-application-with-tests/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,10 @@ dependencies {
5454
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
5555

5656
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")
5759
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.0")
60+
testRuntimeOnly("org.junit.jupiter:junit-jupiter")
5861
}
5962

6063
application {

0 commit comments

Comments
 (0)