Skip to content

Commit

Permalink
Require Kotlin 1.6+
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Apr 23, 2022
1 parent 3250eda commit a5cab1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
).onEach {
implementation(it) {
version {
strictly("[1.4,1.7)")
strictly("[1.6,1.7)")
prefer("1.6.21")
}
}
Expand Down Expand Up @@ -71,7 +71,7 @@ dependencies {
}

val dependencyVersions = listOf(
"org.jetbrains.kotlin:kotlin-stdlib:1.6.20",
"org.jetbrains.kotlin:kotlin-stdlib:1.6.21",
"org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21",
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1",
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.1",
Expand Down

0 comments on commit a5cab1b

Please sign in to comment.