IntelliJ IDEA
 
Get IntelliJ IDEA

Configure compiler settings

Last modified: 21 October 2024

You can configure how you want a compiler to process the code you work on. For example, you can increase the speed of the compilation process, configure the automatic build, process annotations during the compilation time, and so on. IntelliJ IDEA offers you extensive compilation options to tune the compilation process in general and configure settings for specific compilers.

You can exclude certain paths from compilation or re-include some files or classes that were excluded by you earlier. By excluding certain files or folders you can speed up the compilation process.

You can configure custom annotation processors and enable them during the compilation time.

You can configure what plugin extensions to call during the compilation process to validate your code.