Skip to content

Commit

Permalink
Prefer Kotlin 2.0.20 (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix authored Sep 15, 2024
1 parent 95b5f41 commit 249c94e
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 @@ -60,7 +60,7 @@ dependencies {
implementation(it) {
version {
strictly("[1.6,3)")
prefer("1.9.25")
prefer("2.0.20")
}
}
}
Expand Down

0 comments on commit 249c94e

Please sign in to comment.