composeHotReload

@get:Input
@get:Optional
abstract val composeHotReload: Property<Boolean>

Enables auto-reload of Compose UIs after code changes for the task. This allows a much faster development cycle by avoiding a full restart of the development instance after code changes.

Default value: false