set
operator fun DslList<String, EmbeddedScriptKt.Dsl.DirectDependencyProxy>.set(index: Int, value: String)
Unique set of direct dependencies for this embedded script asset; expected to be other, compatible embedded
scripts (same language, same runtime level). Expressed as a `module` ID.
Content copied to clipboard
repeated string direct_dependency = 6;
Parameters
index
The index to set the value at.
value
The directDependency to set.
operator fun DslList<String, EmbeddedScriptKt.Dsl.TransitiveDependencyProxy>.set(index: Int, value: String)
Unique transitive closure of all dependencies this module relies upon; expected to be other, compatible embedded
scripts (same language, same runtime level). Expressed as a `module` ID.
Content copied to clipboard
repeated string transitive_dependency = 7;
Parameters
index
The index to set the value at.
value
The transitiveDependency to set.