IntelliJ Platform Plugin SDK
 
IntelliJ Platform Explorer

Plugin Compatibility with IntelliJ Platform Products

Edit pageLast modified: 28 October 2024

All products based on the IntelliJ Platform are built on the same underlying API. Some of these products share features built on top of the platform, such as Java support in IntelliJ IDEA and Android Studio. Underlying those shared features are shared components. When authoring a plugin for the IntelliJ Platform, it is important to understand and declare dependencies on these components. Otherwise, it may not be possible to load or run the plugin in a product because the components on which it depends aren't available.