Skip to content

Commit

Permalink
Kotlin example build.gradle: use Kotlin 2.0.20-RC2
Browse files Browse the repository at this point in the history
This version of Kotlin is needed to support JSpecify and to officially
support Gradle 8.6-8.8 (even though we're already using 8.10 without
any apparent issues)
  • Loading branch information
msgilligan committed Aug 15, 2024
1 parent de2321b commit 28f320f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 "2.0.0"
id "org.jetbrains.kotlin.jvm" version "2.0.20-RC2"
id 'application'
}

Expand Down

0 comments on commit 28f320f

Please sign in to comment.