From 1dadc77346e9af298aa3929504f456de2967c885 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 15 Mar 2022 18:04:36 +0000 Subject: [PATCH] Document that the minimum supported version of Kotlin is now 1.6 Closes gh-30197 --- .../spring-boot-docs/src/docs/asciidoc/features/kotlin.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/kotlin.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/kotlin.adoc index 3b198df04d..321b15e674 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/kotlin.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/kotlin.adoc @@ -13,7 +13,7 @@ Feel free to join the #spring channel of https://slack.kotlinlang.org/[Kotlin Sl [[features.kotlin.requirements]] === Requirements -Spring Boot requires at least Kotlin 1.3.x and manages a suitable Kotlin version through dependency management. +Spring Boot requires at least Kotlin 1.6.x and manages a suitable Kotlin version through 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.