get

suspend fun get(configurationName: ConfigurationName): Set<UnusedKaptProcessorFinding>(source)

Retrieves the unused Kapt processors for a given configuration.

Return

A set of UnusedKaptProcessorFindings representing the unused Kapt processors in the requested configuration.

Parameters

configurationName

The name of the configuration for which to retrieve the unused Kapt processors.