mps

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

Adds a dependency on MPS.

Parameters

version

The version of MPS.

configure

IntelliJ Platform dependency configuration.