We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2adf5e4 commit 081a4acCopy full SHA for 081a4ac
2 files changed
gradle/libs.versions.toml
@@ -7,7 +7,7 @@ gitSemverPlugin = "0.19.0"
7
graalVmNativeImagePlugin = "1.1.1"
8
ideaExtPlugin = "1.4.1"
9
kfxPlugin = "0.2.9"
10
-kotlinPlugin = "2.3.21"
+kotlinPlugin = "2.4.0"
11
ksp = "2.3.9"
12
mavenPublishPlugin = "0.36.0"
13
sortDependenciesPlugin = "0.18.0"
settings.gradle.kts
@@ -85,7 +85,7 @@ plugins {
85
id("org.gradle.toolchains.foojay-resolver-convention").version("1.0.0")
86
87
// Required for the build-health plugin. Keep the version in sync with the one from the version catalog.
88
- id("org.jetbrains.kotlin.jvm").version("2.3.21").apply(false)
+ id("org.jetbrains.kotlin.jvm").version("2.4.0").apply(false)
89
}
90
91
dependencyResolutionManagement {
0 commit comments