phpstorm

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

Adds a dependency on PhpStorm.

Parameters

version

The version of PhpStorm.

configure

IntelliJ Platform dependency configuration.