new Instance
Create a new instance of T
, using parameters as the construction parameters.
Return
the created named object
Parameters
T
The type of object to create
parameters
The construction parameters
See also
Object Factory. new Instance
Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.model.ObjectFactory.newInstance.
Since
4.2
See also
Object Factory. new Instance