useParallelism

fun NamedDomainObjectContainer<ProcessorConfiguration>.useParallelism(parallelism: Int)(source)

Enables experimental parallel processing of SVG/XML icons.

When enabled, icons are processed in parallel, limited by the specified parallelism level. This can significantly speed up the conversion process, especially for large projects with many icons.

Parameters

parallelism

The maximum number of threads to use for parallel processing. A value of 0 or 1 disables parallel processing.