api / org.gradle.api.plugins / PluginCollection / withType

withType

abstract fun <S : T> withType(type: Class<S>): PluginCollection<S>

Overrides DomainObjectSet.withType

{@inheritDoc}