We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4da897 + 8132d40 commit 935b678Copy full SHA for 935b678
build.gradle.kts
@@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
3
plugins {
4
id("org.springframework.boot") version "3.1.0"
5
id("io.spring.dependency-management") version "1.0.11.RELEASE"
6
- kotlin("jvm") version "1.8.21"
+ kotlin("jvm") version "2.0.0"
7
kotlin("plugin.spring") version "1.8.21"
8
}
9
0 commit comments