Changes
New algorithm for Compose group detection and invalidation
A new algorithm for parsing byte-code tokens was implemented. This algorithm will fix previously wrongly handled 'jump' instructions and works in linear time.
Artifact Migration
Artifacts were migrated from
org.jetbrains.compose.hot-reload:{{module}}
toorg.jetbrains.compose.hot-reload:hot-reload-{{module}}
If you relied on artifacts directly (which is not typical), then migrate to the new artifactIds until the first beta releases.