set Value
operator fun ERROR CLASS: Symbol not found for ConfigurableFileCollection.setValue(receiver: Any?, property: KProperty<*>, value: Iterable<*>): ERROR CLASS: Unresolved name: setFrom(source)
Property delegate for ConfigurableFileCollection instances.
Example: var aFileCollection by project.files()
operator fun <T : Any> ERROR CLASS: Symbol not found for Property<T>.setValue(receiver: Any?, property: KProperty<*>, value: T)(source)
Property delegate for Property instances.
Example: var someProperty by somePropertyState