Files
compose-multiplatform/gradle-plugins/compose
Alexey Tsvetkov 7e243b5cbd Extract runtime image creation into separate task
This change speeds up incremental build of
an application image.
For example, for one (relatively small) tested application
the overall time spent on creating binary images in incremental case
(after one file change) went from ~5 seconds down to 1.4 seconds
(non-rigorous benchmark using a relatively fast 8-core 2.3Ghz i9 MBP).
2020-12-28 11:27:28 +03:00
..