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 54173b2 commit 3bbb985Copy full SHA for 3bbb985
build.gradle.kts
@@ -12,7 +12,7 @@ repositories {
12
val pluginName = "intellij-micropython"
13
14
plugins {
15
- kotlin("jvm") version "1.9.25"
+ kotlin("jvm") version "2.0.20"
16
id("org.jetbrains.intellij.platform") version "2.0.1"
17
}
18
@@ -56,7 +56,7 @@ tasks {
56
compilerOptions {
57
jvmTarget = JvmTarget.JVM_17
58
languageVersion = KotlinVersion.DEFAULT
59
- apiVersion = KotlinVersion.KOTLIN_1_9
+ apiVersion = KotlinVersion.KOTLIN_2_0
60
61
62
prepareSandbox {
0 commit comments