mps

fun mps(version: String, useInstaller: Boolean = true)

Adds a dependency on MPS.

Parameters

version

The version of MPS.

useInstaller

Switches between the IDE installer and archive from the IntelliJ Maven repository.


fun mps(version: Provider<String>, useInstaller: Boolean = true)

Adds a dependency on MPS.

Parameters

version

The provider for the version of MPS.

useInstaller

Switches between the IDE installer and archive from the IntelliJ Maven repository.