toggle menu
gradle
8.11.1
DSL
switch theme
search in API
gradle
/
org.gradle.kotlin.dsl
/
PropertyDelegate
Property
Delegate
DSL
interface
PropertyDelegate
(
source
)
Provides efficient access to a property.
Inheritors
MutablePropertyDelegate
Members
Functions
get
Value
Link copied to clipboard
DSL
abstract
operator
fun
<
T
>
getValue
(
receiver
:
Any
?
,
property
:
KProperty
<
*
>
)
:
T