UnusedKaptProcessorFinding
data class UnusedKaptProcessorFinding( val findingName: FindingName, val dependentProject: McProject, val dependentPath: ProjectPath.StringProjectPath, val buildFile: File, val oldDependency: ConfiguredDependency, val configurationName: ConfigurationName) : Finding, Problem, Fixable, DependencyFinding, ConfigurationFinding, RemovesDependency
Content copied to clipboard
Constructors
Link copied to clipboard
fun UnusedKaptProcessorFinding( findingName: FindingName, dependentProject: McProject, dependentPath: ProjectPath.StringProjectPath, buildFile: File, oldDependency: ConfiguredDependency, configurationName: ConfigurationName)
Content copied to clipboard
Functions
Link copied to clipboard
open suspend fun fix(removalStrategy: RemovesDependency.RemovalStrategy): Boolean
Content copied to clipboard
Link copied to clipboard
open suspend fun removeDependency(removalStrategy: RemovesDependency.RemovalStrategy): Boolean
Content copied to clipboard
Link copied to clipboard