get Value
operator fun ERROR CLASS: Symbol not found for ConfigurableFileCollection.getValue(receiver: Any?, property: KProperty<*>): ERROR CLASS: Symbol not found for ConfigurableFileCollection(source)
Property delegate for ConfigurableFileCollection instances.
Example: val aFileCollection by project.files()
inline operator fun <T : Any> ERROR CLASS: Symbol not found for ExtensionContainer.getValue(thisRef: Any?, property: KProperty<*>): T(source)
Delegated property getter that locates extensions.
operator fun <T> ExistingDomainObjectDelegate<out T>.getValue(receiver: Any?, property: KProperty<*>): T(source)
Gets the delegate value.
inline operator fun <T : Any, U : T> ERROR CLASS: Symbol not found for NamedDomainObjectProvider<out T>.getValue(thisRef: Any?, property: KProperty<*>): U(source)
Allows a NamedDomainObjectProvider to be used as a property delegate.
See also
Named Domain Object Provider. get
operator fun <T : Any> ERROR CLASS: Symbol not found for Property<T>.getValue(receiver: Any?, property: KProperty<*>): T(source)
Property delegate for Property instances.
Example: val someProperty by somePropertyState