UnknownDependencyDeclaration
fun UnknownDependencyDeclaration(argument: String, configName: ConfigurationName, declarationText: String, statementWithSurroundingText: String, suppressed: List<String> = emptyList()): UnknownDependencyDeclaration(source)
Creates an instance of UnknownDependencyDeclaration with the given arguments.
Return
An instance of UnknownDependencyDeclaration.
Parameters
argument
The argument that is unknown.
configName
The name of the configuration this dependency belongs to.
declarationText
The text representation of this declaration.
statementWithSurroundingText
The declaration statement along with its surrounding context.
suppressed
A list of suppressed warnings, empty by default.