setIncremental

open fun setIncremental(incremental: Boolean)

Sets whether the saving will be incremental or not. Setting this to true will disable shouldRewriteAndOptimizeFileSize.

Parameters

incremental

true to make saving incremental, false otherwise.