We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c38b5d commit ed6c98aCopy full SHA for ed6c98a
build.gradle.kts
@@ -1,7 +1,7 @@
1
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
3
plugins {
4
- val kotlinPluginVersion = "1.9.23"
+ val kotlinPluginVersion = "2.0.0"
5
id("org.springframework.boot") version "3.2.5"
6
id("io.spring.dependency-management") version "1.1.5"
7
kotlin("jvm") version "1.9.23"
0 commit comments