Release summary
- We fixed several issues related to dev tools window UI
- We introduced a more granular level of visibility for Compose Hot Reload properties
- Added an option to enable isolated projects API in Gradle:
-Dcompose.reload.isolatedProjectsEnabled=true| Thanks @simonlebras 🎉
Dev Tools
- c625e03 Replace
window.isActivewithwindow.isVisibleto ensure consistent behaviour ofWindowsStateon Linux - 0853bcf Fix an issue where disposing a notification caused an exception (#435)
- f0ff898 Fix an issue where dev tools window was not appearing if there is an exception on launch of the application (#322)
Gradle
- 9f9af57 Support for isolated projects API
Other
- 7034ef4 Add explicit
visibilityfield to Compose Hot Reload properties