Kotlin DSL Reference for Gradle
8.4-rc-3
DSL
Kotlin DSL Reference for Gradle
/
org.gradle.kotlin.dsl
/
NamedDomainObjectContainerScope
/
create
create
DSL
open
override
fun
<
U
:
T
>
create
(
name
:
String
,
type
:
Class
<
U
>
)
:
U
(
source
)
open
override
fun
<
U
:
T
>
create
(
name
:
String
,
type
:
Class
<
U
>
,
configuration
:
Action
<
in
U
>
)
:
U
(
source
)