add

@JvmName(name = "addDirectDependency")
fun DslList<String, EmbeddedScriptKt.Dsl.DirectDependencyProxy>.add(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.

repeated string direct_dependency = 6;

Parameters

value

The directDependency to add.


@JvmName(name = "addTransitiveDependency")
fun DslList<String, EmbeddedScriptKt.Dsl.TransitiveDependencyProxy>.add(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.

repeated string transitive_dependency = 7;

Parameters

value

The transitiveDependency to add.