setAnnotationProcessorPath

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

annotationProcessorPath

The annotation processor path, or null to disable annotation processing.