[Pill] Include embedded dependencies together with the module itself

This commit is contained in:
Yan Zhulanow
2023-07-20 23:53:41 +09:00
committed by Space Team
parent a703fc0f17
commit a508a650a5
@@ -341,6 +341,7 @@ class JpsCompatiblePluginTasks(
val module = project.modules.find { it.path == path }
if (module != null) {
result += PDependency.Module(module.name)
result += module.embeddedDependencies.flatMap { invoke(project, it) }
continue
}