Skip to content

Commit

Permalink
Revert "Require Kotlin 1.6+"
Browse files Browse the repository at this point in the history
This reverts commit a5cab1b.
  • Loading branch information
gesellix committed May 3, 2022
1 parent 6f290bc commit abd7d1d
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.6,1.7)")
strictly("[1.4,1.7)")
prefer("1.6.21")
}
}
Expand Down Expand Up @@ -82,7 +82,7 @@ dependencies {
}

val dependencyVersions = listOf(
"org.jetbrains.kotlin:kotlin-stdlib:1.6.21",
"org.jetbrains.kotlin:kotlin-stdlib:1.6.20",
"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 abd7d1d

Please sign in to comment.