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 a634dd2 commit 7c55e3cCopy full SHA for 7c55e3c
build.gradle.kts
@@ -33,8 +33,8 @@ dependencies {
33
).onEach {
34
implementation(it) {
35
version {
36
- strictly("[1.3,1.7)")
37
- prefer("1.6.10")
+ strictly("[1.4,1.7)")
+ prefer("1.6.20")
38
}
39
40
@@ -82,7 +82,7 @@ dependencies {
82
83
84
val dependencyVersions = listOf(
85
- "org.jetbrains.kotlin:kotlin-stdlib:1.6.10",
+ "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",
88
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.0"
0 commit comments