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