jetbrainsRuntimeExplicit

fun jetbrainsRuntimeExplicit(explicitVersion: String)

Adds a dependency on JetBrains Runtime.

Parameters

explicitVersion

The explicit version of the JetBrains Runtime.


fun jetbrainsRuntimeExplicit(explicitVersion: Provider<String>)

Adds a dependency on JetBrains Runtime.

Parameters

explicitVersion

The provider for the explicit version of the JetBrains Runtime.