gradle
8.3-rc-4
Kotlin DSL
gradle
/
org.gradle.kotlin.dsl
/
ExistingDomainObjectDelegateProviderWithTypeAndAction
/
Companion
Companion
Kotlin DSL
object
Companion
Members
Functions
of
Link copied to clipboard
Kotlin DSL
fun
<
T
,
U
:
Any
>
of
(
delegateProvider
:
T
,
type
:
KClass
<
U
>
,
action
:
U
.
(
)
->
Unit
)
:
ExistingDomainObjectDelegateProviderWithTypeAndAction
<
T
,
U
>