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 ddbcbee commit 1458229Copy full SHA for 1458229
build.gradle.kts
@@ -86,7 +86,7 @@ val dependencyVersions = listOf(
86
"org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21",
87
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.2",
88
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.2",
89
- "org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.6.1",
+ "org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.6.2",
90
"org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.6.2",
91
"org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.2"
92
)
0 commit comments