convention

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

Specifies the value to use as the convention for this property. The convention is used when no value has been set for this property.


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

Specifies the provider of the value to use as the convention for this property. The convention is used when no value has been set for this property.