Skip to content

Commit d74eec4

Browse files
committed
fix 243 compatibility
1 parent bda4707 commit d74eec4

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")

gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ version=1.1.0
66

77
org.gradle.caching=true
88
sandbox = /tmp/
9+
10+
kotlin.stdlib.default.dependency = false

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
kotlin = "1.9.25"
2+
kotlin = "2.0.21"
33
runtime-kotest = "4.2.0"
44
# We separate these from the actual runtime dependencies
55
test-kotest = "5.9.1"

0 commit comments

Comments
 (0)