Files
compose-multiplatform/gradle-plugins
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
..
2020-11-23 10:08:22 +03:00
2020-11-26 22:30:54 +03:00
2020-10-29 20:40:27 +03:00

JetBrains Compose gradle plugin for easy configuration

Environment variables:

  • COMPOSE_GRADLE_PLUGIN_VERSION - version of plugin
  • COMPOSE_GRADLE_PLUGIN_COMPOSE_VERSION - version of JetBrains Compose used by the plugin