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