PropertyDelegate

Deprecated

Use 'project.property(name)', 'project.findProperty(name)', or 'extra[name]' instead. See the Gradle 9.6 upgrading guide.

Provides efficient access to a property.

Inheritors

Functions

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