Plugin
id("org.jetbrains.compose.hot-reload") version "1.0.0-alpha03"
Changes
Highlights
- ⚡️ The 'dirty scope' invalidation algorithm was rewritten.
This is supposed to drastically improve the reload performance on large projects.
More details can be found in the super class bomb issue and this blogpost
If you experience any issue with alpha03, which was not present in alpha02, please consider reporting it!
- Fixed 'ClassCircularityError' on application startup
- Fixed 'ClassCircularityError' caused by the IntelliJ debugging agent
- Fixed sidecar window state management (thanks #108, @Nohus )
- Drastically reduce memory pressure by not retaining ASM nodes
- Devtools: Provide details dialog on failed reloads #111
Full Changelog: v1.0.0-alpha02...v1.0.0-alpha03