intellijIdeaUltimate

fun intellijIdeaUltimate(version: String, useInstaller: Boolean = true)

Adds a dependency on IntelliJ IDEA Ultimate.

Parameters

version

The version of IntelliJ IDEA Ultimate.


fun intellijIdeaUltimate(version: Provider<String>, useInstaller: Boolean = true)

Adds a dependency on IntelliJ IDEA Ultimate.

Parameters

version

The provider for the version of IntelliJ IDEA Ultimate.