gradle
8.3-rc-4
Kotlin DSL
gradle
/
org.gradle.kotlin.dsl
/
InitialValueExtraPropertyDelegate
Initial
Value
Extra
Property
Delegate
Kotlin DSL
class
InitialValueExtraPropertyDelegate
<
T
>
Enables typed access to extra properties with initial value.
Members
Types
Companion
Link copied to clipboard
Kotlin DSL
object
Companion
Functions
get
Value
Link copied to clipboard
Kotlin DSL
operator
fun
getValue
(
receiver
:
Any
?
,
property
:
KProperty
<
*
>
)
:
T
set
Value
Link copied to clipboard
Kotlin DSL
operator
fun
setValue
(
receiver
:
Any
?
,
property
:
KProperty
<
*
>
,
value
:
T
)