convention

abstract fun convention(@Nullable elements: @Nullable Iterable<out T>): ListProperty<T>(source)
abstract fun convention(provider: Provider<out Iterable<out T>>): ListProperty<T>(source)