set

@JvmName(name = "setAsset")
operator fun DslList<AppAsset, ApplicationKt.Dsl.AssetProxy>.set(index: Int, value: AppAsset)
Assets which should be made available to this application.

repeated .elide.app.AppAsset asset = 6;

Parameters

index

The index to set the value at.

value

The asset to set.


@JvmName(name = "setBundle")
operator fun DslList<AppBundle, ApplicationKt.Dsl.BundleProxy>.set(index: Int, value: AppBundle)
Code bundles which implement the application.

repeated .elide.app.AppBundle bundle = 7;

Parameters

index

The index to set the value at.

value

The bundle to set.