plusAssign

@JvmName(name = "plusAssignAsset")
inline operator fun DslList<AssetBundle.AssetContent, AssetBundleKt.Dsl.AssetProxy>.plusAssign(value: AssetBundle.AssetContent)
Inlined asset contents, which specify pre-compressed asset data corresponding to a given CSS or JavaScript code
bundle. The server may choose to serve this content rather than performing compression on-the-fly.

repeated .elide.assets.AssetBundle.AssetContent asset = 8;

Parameters

value

The asset to add.


@JvmName(name = "plusAssignAllAsset")
inline operator fun DslList<AssetBundle.AssetContent, AssetBundleKt.Dsl.AssetProxy>.plusAssign(values: Iterable<AssetBundle.AssetContent>)
Inlined asset contents, which specify pre-compressed asset data corresponding to a given CSS or JavaScript code
bundle. The server may choose to serve this content rather than performing compression on-the-fly.

repeated .elide.assets.AssetBundle.AssetContent asset = 8;

Parameters

values

The asset to add.