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 3250eda commit a5cab1bCopy full SHA for a5cab1b
build.gradle.kts
@@ -33,7 +33,7 @@ dependencies {
33
).onEach {
34
implementation(it) {
35
version {
36
- strictly("[1.4,1.7)")
+ strictly("[1.6,1.7)")
37
prefer("1.6.21")
38
}
39
@@ -71,7 +71,7 @@ dependencies {
71
72
73
val dependencyVersions = listOf(
74
- "org.jetbrains.kotlin:kotlin-stdlib:1.6.20",
+ "org.jetbrains.kotlin:kotlin-stdlib:1.6.21",
75
"org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21",
76
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1",
77
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.1",
0 commit comments