jetbrainsRuntime

Adds a dependency on JetBrains Runtime. The version is calculated using the current IntelliJ Platform.


fun jetbrainsRuntime(version: String, variant: String? = null, architecture: String? = null)

Adds a local dependency on JetBrains Runtime.

Parameters

version

The JetBrains Runtime version.

variant

The JetBrains Runtime variant.

architecture

The JetBrains Runtime architecture.


fun jetbrainsRuntime(version: Provider<String>, variant: Provider<String>, architecture: Provider<String>)

Adds a local dependency on JetBrains Runtime.

Parameters

version

The provider of the JetBrains Runtime version.

variant

The provider of the JetBrains Runtime variant.

architecture

The provider of the JetBrains Runtime architecture.