File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ dependencies {
171171// testRuntimeOnly("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
172172}
173173
174- configurations.all {
174+ configurations.runtimeOnly {
175175 exclude(group = " org.jetbrains.kotlinx" , module = " kotlinx-coroutines-core-jvm" )
176176 exclude(group = " org.jetbrains.kotlinx" , module = " kotlinx-coroutines-core" )
177177 exclude(group = " org.jetbrains.kotlinx" , module = " kotlinx-coroutines-jdk8" )
Original file line number Diff line number Diff line change @@ -6,3 +6,5 @@ version=1.1.0
66
77org.gradle.caching =true
88sandbox = /tmp/
9+
10+ kotlin.stdlib.default.dependency = false
Original file line number Diff line number Diff line change 11[versions ]
2- kotlin = " 1.9.25 "
2+ kotlin = " 2.0.21 "
33runtime-kotest = " 4.2.0"
44# We separate these from the actual runtime dependencies
55test-kotest = " 5.9.1"
You can’t perform that action at this time.
0 commit comments