Skip to content

Commit

Permalink
update to 1.9 of kotlin stdlib as we only support 233+
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurnikov committed Jun 6, 2024
1 parent 041e854 commit 0e5434c
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 @@ -54,7 +54,7 @@ val pluginGroup = "org.move"
val javaVersion = JavaVersion.VERSION_17
val pluginJarName = "intellij-move-$pluginVersion"

val kotlinReflectVersion = "1.8.10"
val kotlinReflectVersion = "1.9.10"
val aptosVersion = "3.4.1"

val remoteRobotVersion = "0.11.22"
Expand Down Expand Up @@ -154,7 +154,7 @@ allprojects {
kotlinOptions {
jvmTarget = "17"
languageVersion = "1.9"
apiVersion = "1.8"
apiVersion = "1.9"
freeCompilerArgs = listOf("-Xjvm-default=all")
}
}
Expand Down

0 comments on commit 0e5434c

Please sign in to comment.