Skip to content

Commit 967a794

Browse files
committed
Merge pull request #26421 from lower-case
* pr/26421: Polish "Clarify Kotlin version requirements in documentation" Clarify Kotlin version requirements in documentation Closes gh-26421
2 parents 9ff372c + fe1e231 commit 967a794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8760,7 +8760,7 @@ Feel free to join the #spring channel of https://slack.kotlinlang.org/[Kotlin Sl
87608760

87618761
[[boot-features-kotlin-requirements]]
87628762
=== Requirements
8763-
Spring Boot supports Kotlin 1.3.x.
8763+
Spring Boot requires at least Kotlin 1.3.x and manages a suitable Kotlin version via dependency management.
87648764
To use Kotlin, `org.jetbrains.kotlin:kotlin-stdlib` and `org.jetbrains.kotlin:kotlin-reflect` must be present on the classpath.
87658765
The `kotlin-stdlib` variants `kotlin-stdlib-jdk7` and `kotlin-stdlib-jdk8` can also be used.
87668766

0 commit comments

Comments
 (0)