Skip to content

Commit

Permalink
CHANGE Kotlin to 2.0.21
Browse files Browse the repository at this point in the history
update-gradle
  • Loading branch information
ninovanhooff committed Dec 24, 2024
1 parent 7f39cc4 commit 7069047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
kotlin_version = "1.9.22"
kotlin_version = "2.0.21"
version_kotlinx_coroutines = "1.6.3"
gradle_version = '8.7.2'
jvm_target = "21"
Expand Down

0 comments on commit 7069047

Please sign in to comment.