Skip to content

Commit a5cab1b

Browse files
committed
Require Kotlin 1.6+
1 parent 3250eda commit a5cab1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
).onEach {
3434
implementation(it) {
3535
version {
36-
strictly("[1.4,1.7)")
36+
strictly("[1.6,1.7)")
3737
prefer("1.6.21")
3838
}
3939
}
@@ -71,7 +71,7 @@ dependencies {
7171
}
7272

7373
val dependencyVersions = listOf(
74-
"org.jetbrains.kotlin:kotlin-stdlib:1.6.20",
74+
"org.jetbrains.kotlin:kotlin-stdlib:1.6.21",
7575
"org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21",
7676
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1",
7777
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.1",

0 commit comments

Comments
 (0)