kaptClasspath

@get:Internal(value = "Not an input, just passed as kapt args. ")
abstract val kaptClasspath: ConfigurableFileCollection

Allows adding artifacts (accepted by JVM classpath) containing implementation of Java annotation processor.

Configure this property with the same artifacts as its related Kapt task.