From 944ba34556d2c69cdfba3799c5d565d18509a643 Mon Sep 17 00:00:00 2001 From: Lovekesh Garg Date: Tue, 11 May 2021 00:35:37 +0530 Subject: [PATCH] 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 c2341d0e28..e35b3bae40 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. +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.