IntelliJ Platform Plugin SDK
 
IntelliJ Platform Explorer

SDK

Edit pageLast modified: 29 August 2024

Every project uses a Software Development Kit (SDK). For Java projects, the SDK is referred to as the JDK (Java Development Kit). The SDK determines which API library is used to build the project. If a project is multi-module, the project SDK by default is common for all modules within the project. Optionally, individual SDKs for each module can be configured.