Corresponding Kotlin & Kotlin Compose Compiler Plugin versions
2.1.0-firework.32
Plugin
id("org.jetbrains.compose-hot-reload") version "1.0.0-dev.32.2"
What's Changed
- Fix 'dev tooling sidecar' being always on top (even if the application is not)
- Improve re-initialization of statics
- Use bytecode analysis to detect which clinits are 'dirty'
- Use bytecode analysis to determine the clinit order based on the dependency topology
Full Changelog: https://github.com/JetBrains/compose-hot-reload/compare/v1.0.0-dev.32.1..v1.0.0-dev.32.2