irgaly / android-remove-unused-resources-plugin

A gradle plugin to remove unused android resources by Android Lint results xml file.
https://plugins.gradle.org/plugin/io.github.irgaly.remove-unused-resources
Other
29 stars 1 forks source link

Parallel execution #18

Closed irgaly closed 1 year ago

irgaly commented 2 years ago

Parallel execution per target resource files, using coroutine.

irgaly commented 1 year ago

24 でファイルを開く回数は1回に抑えた。

並列実行をすると log 出力が被ったりなどで対応が面倒になる。 並列実行してまでの高速化はそこまで実現したいとは思えないので対応せずクローズする。