hasPlugin

abstract fun hasPlugin(id: String): Boolean(source)

Returns true if a plugin with the given ID has already been applied, otherwise false.

Return

true if the plugin has been applied

Since

2.3

Parameters

id

the plugin ID. See findPlugin for details about this parameter.