Package-level declarations

Functions

Link copied to clipboard
fun ExternalDependencyDeclaration(    configName: ConfigurationName,     declarationText: String,     statementWithSurroundingText: String,     suppressed: List<String> = emptyList(),     group: String?,     moduleName: String,     version: String?,     coordinates: MavenCoordinates = MavenCoordinates(group, moduleName, version)): ExternalDependencyDeclaration

Creates an instance of ExternalDependencyDeclaration with the given arguments.

Link copied to clipboard
fun ModuleDependencyDeclaration(    projectPath: ProjectPath,     projectAccessor: String,     configName: ConfigurationName,     declarationText: String,     statementWithSurroundingText: String,     suppressed: List<String> = emptyList()): ModuleDependencyDeclaration

Creates an instance of ModuleDependencyDeclaration with the given arguments.

Link copied to clipboard
fun UnknownDependencyDeclaration(    argument: String,     configName: ConfigurationName,     declarationText: String,     statementWithSurroundingText: String,     suppressed: List<String> = emptyList()): UnknownDependencyDeclaration

Creates an instance of UnknownDependencyDeclaration with the given arguments.