Skip to content

Commit

Permalink
Merge pull request #26421 from lower-case
Browse files Browse the repository at this point in the history
* pr/26421:
  Polish "Clarify Kotlin version requirements in documentation"
  Clarify Kotlin version requirements in documentation

Closes gh-26421
  • Loading branch information
snicoll committed May 25, 2021
2 parents 9ff372c + fe1e231 commit 967a794
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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 requires at least Kotlin 1.3.x and manages a suitable Kotlin version via 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.

Expand Down

0 comments on commit 967a794

Please sign in to comment.