Raise the minimum supported version of Kotlin to 1.7

Closes gh-31391
This commit is contained in:
Andy Wilkinson
2022-06-15 10:52:39 +01:00
parent aa71ba0fad
commit fabe0637cd
2 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ Feel free to join the #spring channel of https://slack.kotlinlang.org/[Kotlin Sl
[[features.kotlin.requirements]]
=== Requirements
Spring Boot requires at least Kotlin 1.6.x and manages a suitable Kotlin version through dependency management.
Spring Boot requires at least Kotlin 1.7.x and manages a suitable Kotlin version through dependency management.
To use Kotlin, `org.jetbrains.kotlin:kotlin-stdlib` and `org.jetbrains.kotlin:kotlin-reflect` must be present on the classpath.
The `kotlin-stdlib` variants `kotlin-stdlib-jdk7` and `kotlin-stdlib-jdk8` can also be used.