hasPlugin

abstract fun hasPlugin(id: String): Boolean

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

Return

true if the plugin has been applied

Parameters

id

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