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 d85dace commit 447fc5bCopy full SHA for 447fc5b
build.gradle.kts
@@ -74,7 +74,7 @@ val dependencyVersions = listOf(
74
"org.jetbrains.kotlin:kotlin-stdlib:1.6.10",
75
"org.jetbrains.kotlin:kotlin-stdlib-common:1.6.10",
76
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0",
77
- "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.2"
+ "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.0"
78
)
79
80
val dependencyGroupVersions = mapOf(
0 commit comments