From c24e7a5930fccb0b4e8c20dc5364d4df18de0ea6 Mon Sep 17 00:00:00 2001 From: sdeleuze Date: Wed, 25 Apr 2018 11:20:21 +0200 Subject: [PATCH] Document Kotlin custom metadata generation See gh-12960 --- .../src/main/asciidoc/spring-boot-features.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 9083c13db62..18b93a1ccb4 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -7773,6 +7773,11 @@ class KotlinExampleProperties { } ---- +In order to allow <> by using the annotation processor, +{kotlin-documentation}kapt.html[`kapt` should be configured] with the +`spring-boot-configuration-processor` dependency. + [[boot-features-kotlin-testing]] === Testing