InitialValueExtraPropertyDelegate

Deprecated

Use 'extra.set(name, value)' instead. See the Gradle 9.6 upgrading guide.

Enables typed access to extra properties with initial value.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
operator fun getValue(receiver: Any?, property: KProperty<*>): T
Link copied to clipboard
operator fun setValue(receiver: Any?, property: KProperty<*>, value: T)