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 ec3b32e commit e20dbd0Copy full SHA for e20dbd0
build.gradle.kts
@@ -89,7 +89,7 @@ val dependencyVersions = listOf(
89
"org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.0",
90
"org.jetbrains.kotlin:kotlin-test:1.7.0",
91
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3",
92
- "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.2",
+ "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.3",
93
"org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.6.3",
94
"org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.6.2",
95
"org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.3"
0 commit comments