Skip to content

Commit 42391bf

Browse files
committed
Kotlin example build.gradle: use Kotlin 2.0.20-RC2
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)
1 parent 679fffc commit 42391bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

secp-examples-kotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "org.jetbrains.kotlin.jvm" version "2.0.0"
2+
id "org.jetbrains.kotlin.jvm" version "2.0.20-RC2"
33
id 'application'
44
}
55

0 commit comments

Comments
 (0)