toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api
/
NamedDomainObjectFactory
Named
Domain
Object
Factory
API
interface
NamedDomainObjectFactory
<
T
>
(
source
)
A factory for named objects of type
T
.
Parameters
<T>
The type of objects which this factory creates.
Members
Functions
create
Link copied to clipboard
API
abstract
fun
create
(
name
:
String
)
:
T
Creates a new object with the given name.