File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
coroutines = " 1.10.2"
3
3
junit = " 5.12.2"
4
+ junitPlatform = " 1.12.2"
4
5
jvm = " 21"
5
6
kotlin = " 2.1.20"
6
7
kotlinJunitTools = " 0.3.0"
@@ -13,8 +14,10 @@ spotless = "7.0.3"
13
14
[libraries ]
14
15
junit = { module = " org.junit.jupiter:junit-jupiter" }
15
16
junit_bom = { module = " org.junit:junit-bom" , version.ref = " junit" }
16
- kotlin_junit_tools = {module = " com.yonatankarp:kotlin-junit-tools" , version.ref = " kotlinJunitTools" }
17
+ junit_platform_engine = { module = " org.junit.platform:junit-platform-engine" , version.ref = " junitPlatform" }
18
+ junit_platform_launcher = { module = " org.junit.platform:junit-platform-launcher" , version.ref = " junitPlatform" }
17
19
kotlin_core = { module = " org.jetbrains.kotlin:kotlin-stdlib" }
20
+ kotlin_junit_tools = {module = " com.yonatankarp:kotlin-junit-tools" , version.ref = " kotlinJunitTools" }
18
21
kotlinx_coroutines_core = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-core" , version.ref = " coroutines" }
19
22
kotlinx_coroutines_test = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-test" , version.ref = " coroutines" }
20
23
logback_classic = { module = " ch.qos.logback:logback-classic" , version.ref = " logback" }
@@ -43,5 +46,7 @@ log_all = [
43
46
44
47
tests_all = [
45
48
" junit" ,
46
- " mockk"
49
+ " junit_platform_engine" ,
50
+ " junit_platform_launcher" ,
51
+ " mockk" ,
47
52
]
You can’t perform that action at this time.
0 commit comments