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 03f6b9c commit 7420beaCopy full SHA for 7420bea
build.gradle.kts
@@ -75,7 +75,7 @@ val dependencyVersions = listOf(
75
"org.jetbrains.kotlin:kotlin-stdlib:1.5.30",
76
"org.jetbrains.kotlin:kotlin-stdlib-common:1.5.30",
77
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2",
78
- "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.1"
+ "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.2"
79
)
80
81
val dependencyGroupVersions = mapOf(
0 commit comments