mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
Before, we used intellij.platform.monolith module for that, but it looks strange when modules that can work at the backend have dependency on 'monolith'. And it may cause problems in the future if we start using separate installations for monolith and backend. So given that to fix IJPL-164312 we need to mark more modules as incompatible with frontend, it's better to use the proper marker. GitOrigin-RevId: 329fdcd99a298e56baaf9dfdac75604ec512f84c
375 B
375 B
Module intellij.platform.backend
This is a root module in the hierarchy of modules which implement heavy backend functionality of the platform. Modules which depend on this module can be loaded by a regular monolith IDE and by an IDE running as a backend in the remote development scenario. They won't be loaded by an IDE running in frontend mode (JetBrains Client).