Skip to content

Commit

Permalink
Kotlin example build.gradle: use Kotlin 2.0.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Apr 10, 2024
1 parent e9f238a commit 19ec078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions secp256k1-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 "1.9.23"
id "org.jetbrains.kotlin.jvm" version "2.0.0-RC1"
id 'application'
}

Expand All @@ -11,7 +11,7 @@ dependencies {
}

tasks.withType(JavaCompile).configureEach {
options.release = 21 // Temporary, until Kotlin supports JDK 22
options.release = 22
}

kotlin {
Expand Down

0 comments on commit 19ec078

Please sign in to comment.