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

public interface RequireKaptFeature extends Feature
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.
See Also: