Unload modules | IntelliJ IDEA
www.jetbrains.com › help › ideaAug 26, 2021 · For example, if Module 1 depends on Module 2, and you unload Module 2, IntelliJ IDEA won't be able to resolve references to classes in Module 2. Moreover, compilation of Module 1 will probably fail. To avoid such errors, the IDE analyzes dependencies when you load or unload modules.
Modules | IntelliJ IDEA
www.jetbrains.com › help › ideaJun 15, 2021 · Modules. In IntelliJ IDEA, a module is an essential part of any project – it's created automatically together with a project. Projects can contain multiple modules – you can add new modules, group them, and unload the modules you don't need at the moment.
Module dependencies | IntelliJ IDEA
www.jetbrains.com › help › ideaSep 14, 2021 · Module dependencies. Modules can depend on SDKs, JAR files (libraries) or other modules within a project. When you compile or run your code, the list of module dependencies is used to form the classpath for the compiler or the JVM. This information is valid for projects that are built with the native IntelliJ IDEA builder.