set

@JvmName(name = "setJvmFlag")
operator fun DslList<String, JvmSettingsKt.Dsl.JvmFlagProxy>.set(index: Int, value: String)
Arguments to provide to the JVM.

repeated string jvm_flag = 2;

Parameters

index

The index to set the value at.

value

The jvmFlag to set.


@JvmName(name = "setClasspath")
operator fun DslList<JvmSettings.ClasspathEntry, JvmSettingsKt.Dsl.ClasspathProxy>.set(index: Int, value: JvmSettings.ClasspathEntry)
Arguments to provide to the JVM.

repeated .elide.meta.JvmSettings.ClasspathEntry classpath = 3;

Parameters

index

The index to set the value at.

value

The classpath to set.