ComposeHotReloadAware

Provides the possibility to auto-reload Compose UI when code changes in the IDE.

Inheritors

Properties

Link copied to clipboard
@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.

Link copied to clipboard
@get:Classpath
abstract val composeHotReloadAgentConfiguration: ConfigurableFileCollection

Hot Reload Agent configuration.