We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 430a8bf commit a908b83Copy full SHA for a908b83
buildSrc/build.gradle.kts
@@ -6,7 +6,7 @@ repositories {
6
gradlePluginPortal()
7
}
8
9
-val kotlinVersion = "1.9.0"
+val kotlinVersion = "1.9.10"
10
dependencies {
11
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion") // required by kotlin("jvm")
12
implementation("org.jetbrains.kotlin:kotlin-allopen:$kotlinVersion") // required by kotlin("plugin.spring")
0 commit comments