Skip to content

Commit

Permalink
Bump Kotlin to 2.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
lancelote committed Aug 28, 2024
1 parent 54173b2 commit 3bbb985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {
val pluginName = "intellij-micropython"

plugins {
kotlin("jvm") version "1.9.25"
kotlin("jvm") version "2.0.20"
id("org.jetbrains.intellij.platform") version "2.0.1"
}

Expand Down Expand Up @@ -56,7 +56,7 @@ tasks {
compilerOptions {
jvmTarget = JvmTarget.JVM_17
languageVersion = KotlinVersion.DEFAULT
apiVersion = KotlinVersion.KOTLIN_1_9
apiVersion = KotlinVersion.KOTLIN_2_0
}
}
prepareSandbox {
Expand Down

0 comments on commit 3bbb985

Please sign in to comment.