Wizard: add irs for build files from targets
This commit is contained in:
+4
-1
@@ -172,7 +172,10 @@ class ModulesToIRsConverter(
|
|||||||
emptyList()
|
emptyList()
|
||||||
),
|
),
|
||||||
pomIr,
|
pomIr,
|
||||||
createBuildFileIRs(module, state)
|
buildList {
|
||||||
|
+createBuildFileIRs(module, state)
|
||||||
|
module.subModules.forEach { +createBuildFileIRs(it, state) }
|
||||||
|
}
|
||||||
).asSingletonList().asSuccess()
|
).asSingletonList().asSuccess()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user