api / org.gradle.kotlin.dsl / org.gradle.api.file.ConfigurableFileCollection / setValue

setValue

operator fun ConfigurableFileCollection.setValue(receiver: Any?, property: KProperty<*>, value: Iterable<*>): Unit

Property delegate for ConfigurableFileCollection instances.

Example: var aFileCollection by project.files()