set

@JvmName(name = "setCompression")
operator fun DslList<CompressionMode, AssetBundleKt.BundlerSettingsKt.Dsl.CompressionProxy>.set(index: Int, 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

index

The index to set the value at.

value

The compression to set.