mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 11:38:53 +07:00
'intellij.platform.ide.ui.inspector' was recently extracted from intellij.platform.ide.impl, so we need to have dependency on it from all *.main modules. GitOrigin-RevId: 5eccbd09204fdb09c849e1772ce5d7ceab7927c8
These modules are used as aggregators of dependencies for running from sources and in tests.
They are included in respective product *.main modules.
Extracting and splitting the platform
- If a module is extracted from the big dump (ide/lang/etc) into a pure v2 module,
it should be registered as a dependency in
intellij.platform.main. - If a module is then split between frontend/backend/monolith,
the parts should be registered as dependencies in the corresponding
.mainmodules.