compatiblePlugins

fun compatiblePlugins(vararg ids: String)

Adds a dependency on plugins in versions compatible with the current IntelliJ Platform.

Parameters

ids

The plugin identifiers.


fun compatiblePlugins(ids: Provider<List<String>>)

Adds a dependency on plugins in versions compatible with the current IntelliJ Platform.

Parameters

ids

The provider of the plugin identifiers.