Skip to content

Commit d8ad2e0

Browse files
Copilotehmkah
andcommitted
Upgrade Kotlin to 1.6.0 to support JVM target 17
Co-authored-by: ehmkah <6233328+ehmkah@users.noreply.github.com>
1 parent 9513e71 commit d8ad2e0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.jetbrains.kotlin.jvm' version "1.5.21"
2+
id 'org.jetbrains.kotlin.jvm' version "1.6.0"
33
id 'org.jetbrains.intellij' version '1.1.4'
44
id 'org.jetbrains.changelog' version '1.2.1'
55
}
@@ -28,13 +28,13 @@ dependencies {
2828

2929
compileKotlin {
3030
kotlinOptions {
31-
jvmTarget = "16"
31+
jvmTarget = "17"
3232
}
3333
}
3434

3535
compileTestKotlin {
3636
kotlinOptions {
37-
jvmTarget = "16"
37+
jvmTarget = "17"
3838
}
3939
}
4040

0 commit comments

Comments
 (0)