gateway

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

Adds a dependency on Gateway.

Parameters

version

The version of Gateway.

configure

IntelliJ Platform dependency configuration.