Skip to content

Commit

Permalink
Require Kotlin 1.5+
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Jun 19, 2022
1 parent 51027f7 commit 11986ce
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 @@ -59,7 +59,7 @@ dependencies {
).onEach {
implementation(it) {
version {
strictly("[1.4,1.7)")
strictly("[1.5,1.7)")
prefer("1.6.21")
}
}
Expand Down

0 comments on commit 11986ce

Please sign in to comment.