From 36bfe34845218682aa6e90d7e640e6e9427a2278 Mon Sep 17 00:00:00 2001 From: Aditya Bhaskar Date: Sat, 14 Oct 2023 14:29:06 +0100 Subject: [PATCH] Lint fix --- .../adityabhaskar/dependencygraph/plugin/core/DrawGraph.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-build/plugin/src/main/kotlin/io/github/adityabhaskar/dependencygraph/plugin/core/DrawGraph.kt b/plugin-build/plugin/src/main/kotlin/io/github/adityabhaskar/dependencygraph/plugin/core/DrawGraph.kt index eeced5f..b3d64d4 100644 --- a/plugin-build/plugin/src/main/kotlin/io/github/adityabhaskar/dependencygraph/plugin/core/DrawGraph.kt +++ b/plugin-build/plugin/src/main/kotlin/io/github/adityabhaskar/dependencygraph/plugin/core/DrawGraph.kt @@ -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