We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ff372c + fe1e231 commit 967a794Copy full SHA for 967a794
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
8760
8761
[[boot-features-kotlin-requirements]]
8762
=== Requirements
8763
-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.
8764
To use Kotlin, `org.jetbrains.kotlin:kotlin-stdlib` and `org.jetbrains.kotlin:kotlin-reflect` must be present on the classpath.
8765
The `kotlin-stdlib` variants `kotlin-stdlib-jdk7` and `kotlin-stdlib-jdk8` can also be used.
8766
0 commit comments