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 10ac170 commit dcec25dCopy full SHA for dcec25d
samples/kotlin-coroutines/build.gradle
@@ -36,7 +36,8 @@ dependencies {
36
// Testing Dependencies
37
testImplementation "junit:junit:4.13.2"
38
testImplementation "com.squareup.okhttp3:mockwebserver:3.12.13"
39
- testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.3.3"
+ testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.3"
40
+ testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.4.3"
41
}
42
43
generateSwagger {
0 commit comments