set

@JvmName(name = "setSuite")
operator fun DslList<DependencySuite, DependenciesKt.Dsl.SuiteProxy>.set(index: Int, value: DependencySuite)
Suites of dependencies attached to this set of dependencies.

repeated .elide.deps.DependencySuite suite = 1;

Parameters

index

The index to set the value at.

value

The suite to set.