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 6f290bc commit abd7d1dCopy full SHA for abd7d1d
build.gradle.kts
@@ -33,7 +33,7 @@ dependencies {
33
).onEach {
34
implementation(it) {
35
version {
36
- strictly("[1.6,1.7)")
+ strictly("[1.4,1.7)")
37
prefer("1.6.21")
38
}
39
@@ -82,7 +82,7 @@ dependencies {
82
83
84
val dependencyVersions = listOf(
85
- "org.jetbrains.kotlin:kotlin-stdlib:1.6.21",
+ "org.jetbrains.kotlin:kotlin-stdlib:1.6.20",
86
"org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21",
87
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1",
88
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.1",
0 commit comments