toggle menu
gradle
8.11.1
DSL
switch theme
search in API
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
)