Variable Delegate Factory
Factory for variable delegates, which are used to implement the by variable(...) syntax in the DSL.
Functions
Link copied to clipboard
abstract operator fun provideDelegate(thisRef: Any?, property: KProperty<*>): ReadOnlyProperty<Any?, V>
Provides a delegate for a variable property.