Clarify Kotlin version requirements in documentation
See gh-26421
This commit is contained in:
committed by
Stephane Nicoll
parent
9ff372c915
commit
944ba34556
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user