Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adityabhaskar committed Oct 14, 2023
1 parent f47a396 commit 36bfe34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -335,13 +335,13 @@ private fun groupSubModules(
}
}

@Suppress("UnusedPrivateMember")
private fun mapProjectListToGroups() {
// TODO: 04/08/2023 When encountering a sub project, add it to a list but only record parent
// folder name Then when drawing dependencies, check the list and draw it to parent folder
// when sub project falls under it
}


/**
* Returns a list of all modules that are direct or indirect dependencies of the provided module.
* @param currentProjectAndDependencies the module(s) whose dependencies we need
Expand Down

0 comments on commit 36bfe34

Please sign in to comment.