We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e176e commit 52b01deCopy full SHA for 52b01de
gradle/libs.versions.toml
@@ -19,7 +19,7 @@ gjf = "1.17.0"
19
incap = "1.0.0"
20
jdk = "23"
21
jvmTarget = "11"
22
-kotlin = "2.3.0"
+kotlin = "2.4.0-vega-51"
23
kotlinCompileTesting = "0.12.1"
24
kotlinpoet = "2.2.0"
25
ksp = "2.3.5"
settings.gradle.kts
@@ -31,7 +31,7 @@ pluginManagement {
31
gradlePluginPortal()
32
}
33
plugins {
34
- id("org.jetbrains.kotlin.jvm") version "2.3.0"
+ id("org.jetbrains.kotlin.jvm") version "2.4.0-vega-51"
35
id("com.autonomousapps.build-health") version "3.5.1"
36
37
0 commit comments