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 9083c13db6..b1403bcafa 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 { } ---- +TIP: To generate +<> using the annotation processor, {kotlin-documentation}kapt.html[`kapt` should +be configured] with the `spring-boot-configuration-processor` dependency. + [[boot-features-kotlin-testing]] === Testing