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

getValue

operator fun ConfigurableFileCollection.getValue(receiver: Any?, property: KProperty<*>): ConfigurableFileCollection

Property delegate for ConfigurableFileCollection instances.

Example: val aFileCollection by project.files()