intellij Idea Ultimate
fun intellijIdeaUltimate(version: String, configure: Action<IntelliJPlatformDependencyConfiguration> = Action {})
fun intellijIdeaUltimate(version: Provider<String>, configure: Action<IntelliJPlatformDependencyConfiguration> = Action {})
Adds a dependency on IntelliJ IDEA Ultimate.
Note: Starting with version 2025.3, use intellijIdea instead which supports both Community and Ultimate editions. This method is still valid for versions prior to 2025.3.
Parameters
version
The version of IntelliJ IDEA Ultimate.
configure
IntelliJ Platform dependency configuration.