Skip to content

Commit

Permalink
build.gradle: update Kotlin to 2.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Jan 20, 2025
1 parent 880ca18 commit f117e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples-kotlin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "org.jetbrains.kotlin.jvm" version "2.0.0"
id 'org.jetbrains.kotlin.jvm' version '2.0.21'
}

dependencies {
Expand Down

0 comments on commit f117e6a

Please sign in to comment.