From fe1e2319b2090040746aecb7ab1be141b381f0c9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 25 May 2021 10:45:08 +0200 Subject: [PATCH] Polish "Clarify Kotlin version requirements in documentation" See gh-26421 --- .../src/docs/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc index e35b3bae40..e3edbe07a9 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc @@ -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 or later. +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.