Clarify Kotlin version requirements in documentation

See gh-26421
This commit is contained in:
Lovekesh Garg
2021-05-11 00:35:37 +05:30
committed by Stephane Nicoll
parent 9ff372c915
commit 944ba34556

View File

@@ -8760,7 +8760,7 @@ Feel free to join the #spring channel of https://slack.kotlinlang.org/[Kotlin Sl
[[boot-features-kotlin-requirements]]
=== Requirements
Spring Boot supports Kotlin 1.3.x.
Spring Boot supports Kotlin 1.3.x or later.
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.