File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ repositories {
66 mavenCentral()
77}
88
9+ kotlin {
10+ jvmToolchain(17 )
11+ }
12+
913sourceSets.main {
1014 java.srcDirs(" src/main/kotlin" )
1115}
Original file line number Diff line number Diff line change 11[versions ]
2- junit = " 5.13.4"
3- junit-platform = " 1.13.4"
2+ junit = " 6.0.1"
43kotlin = " 2.2.10"
54kotlin-coroutines = " 1.10.2"
65
76[libraries ]
87junit-jupiter = { module = " org.junit.jupiter:junit-jupiter" , version.ref = " junit" }
9- junit-platform-launcher = { module = " org.junit.platform:junit-platform-launcher" , version.ref = " junit-platform " }
8+ junit-platform-launcher = { module = " org.junit.platform:junit-platform-launcher" , version.ref = " junit" }
109kotlin-coroutines = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-core" , version.ref = " kotlin-coroutines" }
1110
1211[plugins ]
You can’t perform that action at this time.
0 commit comments