rider

fun rider(version: String, configure: Action<IntelliJPlatformDependencyConfiguration> = Action {})
fun rider(version: Provider<String>, configure: Action<IntelliJPlatformDependencyConfiguration> = Action {})

Adds a dependency on Rider.

Parameters

version

The version of Rider.

configure

IntelliJ Platform dependency configuration.