Skip to content

Commit 7d37209

Browse files
Update plugin kotlin to v2.2.0 (#4669)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 07473fd commit 7d37209

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
@@ -106,7 +106,7 @@ jmh = { id = "me.champeau.jmh", version = "0.7.3" }
106106
# see https://github.com/jreleaser/jreleaser/issues/1900
107107
jreleaser = { id = "org.jreleaser", version = "1.18.0" }
108108
# check if workaround in gradle.properties can be removed when updating
109-
kotlin = { id = "org.jetbrains.kotlin.jvm", version = "2.2.0-RC3" }
109+
kotlin = { id = "org.jetbrains.kotlin.jvm", version = "2.2.0" }
110110
nullaway = { id = "net.ltgt.nullaway", version = "2.2.0" }
111111
openrewrite = { id = "org.openrewrite.rewrite", version = "7.8.0" }
112112
plantuml = { id = "io.freefair.plantuml", version = "8.14" }

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.0-RC3"
6+
kotlin("jvm") version "2.2.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.0-RC3"
2+
kotlin("jvm") version "2.2.0"
33
}
44

55
val junitVersion: String by project

0 commit comments

Comments
 (0)