Kotlin DSL Reference for Gradle
8.4-rc-2
API
Kotlin DSL Reference for Gradle
/
org.gradle.api.plugins
/
PluginCollection
/
withType
with
Type
API
abstract
fun
<
S
:
T
?
>
withType
(
type
:
Class
<
S
>
)
:
PluginCollection
<
S
>
(
source
)