gradle
8.3-rc-1
Kotlin DSL
gradle
/
org.gradle.kotlin.dsl
/
PropertyDelegate
Property
Delegate
Kotlin DSL
interface
PropertyDelegate
Provides efficient access to a property.
Inheritors
MutablePropertyDelegate
Members
Functions
get
Value
Link copied to clipboard
Kotlin DSL
abstract
operator
fun
<
T
>
getValue
(
receiver
:
Any
?
,
property
:
KProperty
<
*
>
)
:
T