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 Summary
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Method Summary
Methods inherited from interface io.micronaut.core.naming.Described
getDescription
Methods inherited from interface io.micronaut.starter.feature.Feature
apply, getCategory, getDescription, getMicronautDocumentation, getName, getOrder, getThirdPartyDocumentation, getTitle, isCommunity, isPreview, isVisible, processSelectedFeatures, supports