ProcessorProvider

class ProcessorProvider : SymbolProcessorProvider

The provider which will return an instance of Processor.

The build.gradle(.kts) of the workload module should contain a ksp DSL block with the following option:

  • key: klutterScanFolder,

  • value: path to folder where scan result is stored.

If the klutterScanFolder is not set then a KlutterException is thrown. If the folder does not exist then a KlutterException is thrown. See ProcessorOptions for all available configuration options.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun create(environment: SymbolProcessorEnvironment): Processor