Skip to content

Commit

Permalink
Prefer Kotlin 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Dec 22, 2024
1 parent c5e4743 commit a692fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
implementation(it) {
version {
strictly("[1.6,3)")
prefer("2.0.20")
prefer("2.1.0")
}
}
}
Expand Down

0 comments on commit a692fe9

Please sign in to comment.