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

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
An exception in the UI code will be clickable in the devtools where one could copy the stacktrace