From 02d70424ad32a927b97e0b9b2667fb31b00d2d12 Mon Sep 17 00:00:00 2001 From: Sebastien Deleuze Date: Thu, 19 Sep 2019 10:44:08 +0200 Subject: [PATCH] Mention Kotlin code samples in the Kotlin refdoc --- src/docs/asciidoc/languages/kotlin.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/docs/asciidoc/languages/kotlin.adoc b/src/docs/asciidoc/languages/kotlin.adoc index 4670eaa5939..1a141356d99 100644 --- a/src/docs/asciidoc/languages/kotlin.adoc +++ b/src/docs/asciidoc/languages/kotlin.adoc @@ -14,6 +14,9 @@ its https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features https://spring.io/guides/tutorials/spring-boot-kotlin/[This comprehensive tutorial] will teach you how to build Spring Boot applications with Kotlin using https://start.spring.io/#!language=kotlin&type=gradle-project[start.spring.io]. +As of Spring Framework 5.2, most of the code samples of the reference documentation are +provided in Kotlin in addition to Java. + Feel free to join the #spring channel of https://slack.kotlinlang.org/[Kotlin Slack] or ask a question with `spring` and `kotlin` as tags on https://stackoverflow.com/questions/tagged/spring+kotlin[Stackoverflow] if you need support.