listProperty

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

See also

ObjectFactory.listProperty

inline fun <T : Any> ObjectFactory.listProperty(elementType: KClass<T>): ListProperty<T>(source)
inline fun <T : Any> ObjectFactory.listProperty(elementType: KClass<T>): ListProperty<T>(source)

Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.model.ObjectFactory.listProperty.

Since

4.3

See also

ObjectFactory.listProperty