Kotlin DSL Reference for Gradle
8.4-rc-2
DSL
Kotlin DSL Reference for Gradle
/
org.gradle.kotlin.dsl
/
ExistingDomainObjectDelegateProviderWithType
/
Companion
Companion
DSL
object
Companion
(
source
)
Members
Functions
of
Link copied to clipboard
DSL
fun
<
T
,
U
:
Any
>
of
(
delegateProvider
:
T
,
type
:
KClass
<
U
>
)
:
ExistingDomainObjectDelegateProviderWithType
<
T
,
U
>