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 28, 2023
1 parent 53556cb commit e9e0b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
).onEach {
implementation(it) {
version {
strictly("[1.5,1.9)")
strictly("[1.6,1.9)")
prefer("1.8.21")
}
}
Expand Down

0 comments on commit e9e0b94

Please sign in to comment.