processClasspath

abstract fun processClasspath(aarArchive: AarArchive, classpath: MutableClasspath)

Provides the processor with the merged AAR file and a MutableClasspath from which an api.jar will be based on. The classpath defaults to the public API of AarArchive.classes, but supports adding/removing/altering classes.

This method is only invoked if isEnabled is true.