webstorm

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

Adds a dependency on WebStorm.

Parameters

version

The version of WebStorm.

configure

IntelliJ Platform dependency configuration.