Package modulecheck.api
Types
Link copied to clipboard
data class DepthFinding( val dependentProject: McProject, val dependentPath: ProjectPath.StringProjectPath, val depth: Int, val children: List<DepthFinding>, val sourceSetName: SourceSetName, val buildFile: File) : Finding, Comparable<DepthFinding>
Content copied to clipboard