Beta04: Significant Changes
- Stabilised Analysis API (⚠️ Read about breaking changes below)
- Improvements to DevTools window management
Analysis
- ⚠️ breaking: update API names
- ⚠️ breaking: visibility changes
- FieldInfo, MethodInfo & ScopeInfo: Mark constructor & copy as internal
- Move
MethodType
to from'ScopeInfo
toMethodInfo
ScopeAnalyzerExtension
service to allow to extend the analysis with custom informationIgnore
service to allow contributing to ignored classes
DevTools
- Improvements to window management: fix issues with flickering, gaining focus, etc.
- Display build tool logo when reloading
- 'Copy all' button in console and error screens
Other
- Improve the dirty scope resolution algorithm:
@Composable
functions now act as 'dirty barrier' - Fix hot reload blocking the debugger from attaching to user application
- Initial support for reloading in font resources
Full Changelog: v1.0.0-beta03...v.1.0.0-beta04