add

@JvmName(name = "addJvmFlag")
fun DslList<String, JvmSettingsKt.Dsl.JvmFlagProxy>.add(value: String)
Arguments to provide to the JVM.

repeated string jvm_flag = 2;

Parameters

value

The jvmFlag to add.


Arguments to provide to the JVM.

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

Parameters

value

The classpath to add.