Back to Intellij Community

ContentModuleWithoutDedicatedJpsModule

plugins/devkit/devkit-core/resources/inspectionDescriptions/ContentModuleWithoutDedicatedJpsModule.html

2025.3-rc-2409 B
Original Source

Checks that all content modules registered in a plugin descriptor have dedicated IntelliJ IDEA modules.

The way to register a content module using moduleName/subDescriptorName syntax without extracting a separate IntelliJ IDEA module for it is deprecated now. Each content module should have its own IntelliJ IDEA module to allow checking that dependencies used during compilation are available at runtime.