api / org.gradle.kotlin.dsl / org.gradle.api.model.ObjectFactory / listProperty

listProperty

@Incubating inline fun <reified T> ObjectFactory.listProperty(): ListProperty<T>

Creates a ListProperty that holds values of the given type T.

See Also

ObjectFactory.listProperty