gradle
Toggle table of contents
9.1.0-20250628022042+0000
DSL
Platform filter
DSL
Switch theme
Search in API
gradle
gradle
/
org.gradle.kotlin.dsl
/
RegisteringDomainObjectDelegateProviderWithTypeAndAction
/
Companion
Companion
DSL
object
Companion
(
source
)
Members
Functions
of
Link copied to clipboard
DSL
fun
<
T
,
U
:
Any
>
of
(
delegateProvider
:
T
,
type
:
KClass
<
U
>
,
action
:
U
.
(
)
->
Unit
)
:
RegisteringDomainObjectDelegateProviderWithTypeAndAction
<
T
,
U
>