We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee4e657 commit 0856b2eCopy full SHA for 0856b2e
build.gradle.kts
@@ -16,14 +16,12 @@ repositories {
16
dependencies {
17
val coroutines = "1.8.1"
18
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines")
19
- api("org.jetbrains.kotlinx:kotlinx-coroutines-debug:$coroutines")
20
- api("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:$coroutines")
21
- api("org.jetbrains.kotlinx:kotlinx-coroutines-reactive:$coroutines")
22
23
val kotest = "5.9.1"
24
testImplementation("io.kotest:kotest-runner-junit5-jvm:$kotest")
25
testImplementation("io.kotest:kotest-assertions-core-jvm:$kotest")
26
testImplementation("io.kotest:kotest-property-jvm:$kotest")
+ testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-debug:$coroutines")
27
}
28
29
tasks.test {
0 commit comments