plusAssign

@JvmName(name = "plusAssignCompression")
inline operator fun DslList<CompressionMode, AssetBundleKt.BundlerSettingsKt.Dsl.CompressionProxy>.plusAssign(value: CompressionMode)
Enabled compression algorithms. If this property is set, there may be compressed variants for each asset,
potentially depending on whether the compressed asset variant saved space over the wire.

repeated .elide.data.CompressionMode compression = 4;

Parameters

value

The compression to add.


@JvmName(name = "plusAssignAllCompression")
inline operator fun DslList<CompressionMode, AssetBundleKt.BundlerSettingsKt.Dsl.CompressionProxy>.plusAssign(values: Iterable<CompressionMode>)
Enabled compression algorithms. If this property is set, there may be compressed variants for each asset,
potentially depending on whether the compressed asset variant saved space over the wire.

repeated .elide.data.CompressionMode compression = 4;

Parameters

values

The compression to add.