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 7c55e3c commit b4f468dCopy full SHA for b4f468d
build.gradle.kts
@@ -84,7 +84,7 @@ dependencies {
84
val dependencyVersions = listOf(
85
"org.jetbrains.kotlin:kotlin-stdlib:1.6.20",
86
"org.jetbrains.kotlin:kotlin-stdlib-common:1.6.20",
87
- "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0",
+ "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1",
88
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.0"
89
)
90
0 commit comments