Commit 944ba345 authored by Lovekesh Garg's avatar Lovekesh Garg Committed by Stephane Nicoll

Clarify Kotlin version requirements in documentation

See gh-26421
parent 9ff372c9
...@@ -8760,7 +8760,7 @@ Feel free to join the #spring channel of https://slack.kotlinlang.org/[Kotlin Sl ...@@ -8760,7 +8760,7 @@ Feel free to join the #spring channel of https://slack.kotlinlang.org/[Kotlin Sl
[[boot-features-kotlin-requirements]] [[boot-features-kotlin-requirements]]
=== 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. 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. The `kotlin-stdlib` variants `kotlin-stdlib-jdk7` and `kotlin-stdlib-jdk8` can also be used.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment