Skip to content

Commit 944027c

Browse files
Update plugin kotlin to v2.3.0
1 parent 83de981 commit 944027c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ foojayResolver = { id = "org.gradle.toolchains.foojay-resolver", version = "1.0.
9898
jmh = { id = "me.champeau.jmh", version = "0.7.3" }
9999
jreleaser = { id = "org.jreleaser", version = "1.21.0" }
100100
# check if workaround in gradle.properties can be removed when updating
101-
kotlin = { id = "org.jetbrains.kotlin.jvm", version = "2.2.21" }
101+
kotlin = { id = "org.jetbrains.kotlin.jvm", version = "2.3.0" }
102102
node = { id = "com.github.node-gradle.node", version = "7.1.0" }
103103
nullaway = { id = "net.ltgt.nullaway", version = "2.3.0" }
104104
plantuml = { id = "io.freefair.plantuml", version = "9.1.0" }

platform-tooling-support-tests/projects/gradle-kotlin-extensions/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget.JVM_17
33
import org.jetbrains.kotlin.gradle.dsl.KotlinVersion.KOTLIN_2_1
44

55
plugins {
6-
kotlin("jvm") version "2.2.21"
6+
kotlin("jvm") version "2.3.0"
77
}
88

99
repositories {

platform-tooling-support-tests/projects/kotlin-coroutines/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
kotlin("jvm") version "2.2.21"
2+
kotlin("jvm") version "2.3.0"
33
}
44

55
val junitVersion: String by project

0 commit comments

Comments
 (0)