github JetBrains/compose-hot-reload v1.0.0-dev-62

latest releases: v1.0.0-rc01+167, v1.0.0-rc01+166, v1.0.0-rc01+165...
pre-release6 months ago

Plugin

id("org.jetbrains.compose.hot-reload") version "1.0.0-dev-62"

What's Changed

Restart Button on Macos & Linux hosts

Introduced a way of simply restarting the app when in bad state
image
Note: This feature is not available on Windows

Dev Runs: Remember the position of the window

When launching the code using a @DevelopmentEntryPoint annotation, the window position will be remembered across launches

Experiment: Launch Gradle Recompiler with higher priority

Previously, the Gradle recompiler process was instructed to use a low priority mode, yielding necessary CPU power to IntelliJ.
This realease will use a high priority recompiler. Please report if you experience resources being taken away from your IDE.

UI Exceptions can be investigated in the devtools UI

image An exception in the UI code will be clickable in the devtools where one could copy the stacktrace

Don't miss a new compose-hot-reload release

NewReleases is sending notifications on new releases.