set Annotation Processor Path
open fun setAnnotationProcessorPath(@Nullable annotationProcessorPath: @Nullable FileCollection)(source)
Set the classpath to use to load annotation processors. This path is also used for annotation processor discovery.
Since
3.4
Parameters
annotation Processor Path
The annotation processor path, or null to disable annotation processing.