Files
openide/platform/main
Nikolay Chashnikov 12625b5078 [intellij project configuration] add dependency from 'intelij.platform.main' to 'intellij.platform.ide.ui.inspector' module to (IJPL-163670)
'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
2024-10-08 07:59:10 +00:00
..

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 .main modules.