We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7031320 commit 9c18907Copy full SHA for 9c18907
build.gradle.kts
@@ -33,8 +33,8 @@ dependencies {
33
}
34
35
java {
36
- sourceCompatibility = JavaVersion.VERSION_17
37
- targetCompatibility = JavaVersion.VERSION_17
+ sourceCompatibility = JavaVersion.VERSION_21
+ targetCompatibility = JavaVersion.VERSION_21
38
39
40
intellijPlatform {
@@ -52,7 +52,7 @@ intellijPlatform {
52
tasks {
53
withType<KotlinCompile> {
54
compilerOptions {
55
- jvmTarget = JvmTarget.JVM_17
+ jvmTarget = JvmTarget.JVM_21
56
languageVersion = KotlinVersion.DEFAULT
57
apiVersion = KotlinVersion.KOTLIN_1_9
58
0 commit comments