What do we have to add when using `org.springframe...
# spring
c
What do we have to add when using
org.springframework.boot:spring-boot-configuration-processor
to ensure propeties classes with
@ConfigurationProperties
are properly detected.
m
c
If my Properties classes are Java then everything works as expected. When I convert those to Kotlin they do not appear in spring boot configuration json or dataflow configuration json files.
My Gradle project uses Groovy DSL and multiple modules so the plugin is applied. I added the Kapt plugin and
kapt.use.k2=true
to
gradle.properties