UnusedKaptProcessors

Represents a data class that contains all unused Kapt processors in a project.

Parameters

delegate

a SafeCache instance which manages a cache of configuration names to the associated unused Kapt processors.

project

the McProject for which the unused Kapt processors are retrieved.

Constructors

Link copied to clipboard

Types

Link copied to clipboard

Key object used to identify UnusedKaptProcessors within ProjectContext.

Properties

Link copied to clipboard
Link copied to clipboard

Key used to identify this UnusedKaptProcessors instance within ProjectContext.

Link copied to clipboard
private val project: McProject

Functions

Link copied to clipboard

Retrieves all unused Kapt processors in the project.

Link copied to clipboard
suspend fun get(configurationName: ConfigurationName): Set<UnusedKaptProcessorFinding>

Retrieves the unused Kapt processors for a given configuration.