Package io.micronaut.starter.feature
Interface RequireKaptFeature
- All Superinterfaces:
- io.micronaut.core.naming.Described,- Feature,- io.micronaut.core.naming.Named,- io.micronaut.core.order.Ordered
- All Known Implementing Classes:
- PicocliKotlinApplication
Some third party features apply annotation processors that are not compatible with Kotlin Symbol Processing (KSP)
 for Kotlin language projects. They require using the kapt compiler plugin (Kapt) instead. Note that Maven
 projects always use Kapt since Maven isn't compatible with KSP.
- 
Field SummaryFields inherited from interface io.micronaut.core.order.OrderedHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
- 
Method SummaryMethods inherited from interface io.micronaut.core.naming.DescribedgetDescriptionMethods inherited from interface io.micronaut.starter.feature.Featureapply, getCategory, getDescription, getMicronautDocumentation, getName, getOrder, getThirdPartyDocumentation, getTitle, isCommunity, isPreview, isVisible, processSelectedFeatures, supports