MutablePropertyDelegate

Deprecated

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

Provides efficient access to a mutable dynamic property.

Functions

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