plusAssign
Assets which should be made available to this application.
Content copied to clipboard
repeated .elide.app.AppAsset asset = 6;
Parameters
value
The asset to add.
inline operator fun DslList<AppAsset, ApplicationKt.Dsl.AssetProxy>.plusAssign(values: Iterable<AppAsset>)
Assets which should be made available to this application.
Content copied to clipboard
repeated .elide.app.AppAsset asset = 6;
Parameters
values
The asset to add.
Code bundles which implement the application.
Content copied to clipboard
repeated .elide.app.AppBundle bundle = 7;
Parameters
value
The bundle to add.
inline operator fun DslList<AppBundle, ApplicationKt.Dsl.BundleProxy>.plusAssign(values: Iterable<AppBundle>)
Code bundles which implement the application.
Content copied to clipboard
repeated .elide.app.AppBundle bundle = 7;
Parameters
values
The bundle to add.