kaptClasspath

@get:Classpath
abstract val kaptClasspath: ConfigurableFileCollection

Allows adding artifacts (usually JAR files) that contain the implementation of the Java annotation processor.

Should be configured with the same artifacts as in the related KaptGenerateStubs task.