Update plugin org.jetbrains.kotlin.jvm to v2.2.20 (#35)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-10-19 02:19:08 +02:00
committed by GitHub
parent 0a99e6d640
commit 7ed2c93640
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
plugins {
kotlin("jvm") version "2.1.21" apply false
kotlin("jvm") version "2.2.20" apply false
}

View File

@@ -1,6 +1,6 @@
pluginManagement {
plugins {
kotlin("jvm") version "2.1.21"
kotlin("jvm") version "2.2.20"
}
}
plugins {