set

@JvmName(name = "setDependency")
operator fun DslList<Dependency, DependencySuiteKt.Dsl.DependencyProxy>.set(index: Int, value: Dependency)
The dependencies in the suite.

repeated .elide.deps.Dependency dependency = 5;

Parameters

index

The index to set the value at.

value

The dependency to set.