[FIR & IR] Implement JS MPP test infrastructure
^KT-55295 Fixed
This commit is contained in:
committed by
Space Team
parent
e42efe1ee6
commit
d401ff7b09
+1
-1
@@ -35,6 +35,6 @@ object IrActualizer {
|
||||
}
|
||||
|
||||
private fun mergeIrFragments(mainFragment: IrModuleFragment, dependentFragments: List<IrModuleFragment>) {
|
||||
mainFragment.files.addAll(dependentFragments.flatMap { it.files })
|
||||
mainFragment.files.addAll(0, dependentFragments.flatMap { it.files })
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user