convention

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