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
/
InitialValueExtraPropertyDelegate
Initial
Value
Extra
Property
Delegate
DSL
class
InitialValueExtraPropertyDelegate
<
T
>
(
source
)
Enables typed access to extra properties with initial value.
Members
Types
Companion
Link copied to clipboard
DSL
object
Companion
Functions
get
Value
Link copied to clipboard
DSL
operator
fun
getValue
(
receiver
:
Any
?
,
property
:
KProperty
<
*
>
)
:
T
set
Value
Link copied to clipboard
DSL
operator
fun
setValue
(
receiver
:
Any
?
,
property
:
KProperty
<
*
>
,
value
:
T
)