ModuleImpl: allow module components overriding

It's used in treeProjectModel for LegacyBridgeModuleRootComponent

GitOrigin-RevId: 5796a329dc37ca5010dda1f5c5570d748d97da3f
This commit is contained in:
Leonid Shalupov
2019-05-21 15:15:21 +03:00
committed by intellij-monorepo-bot
parent 4557afed00
commit e74df8a9a5
@@ -107,7 +107,7 @@ public class ModuleImpl extends PlatformComponentManagerImpl implements ModuleEx
}
for (String optionName : options.keySet()) {
if ("workspace".equals(optionName)) {
if ("workspace".equals(optionName) || "overrides".equals(optionName)) {
continue;
}