2.1.0-alpha05
Pre-release
Pre-release
Changes
- Fixed an issue where the start destination of a NavHostGraph was not allowed non mandatory nav args. (Start destinations of nav graphs meant to be passed to NavHost cannot have mandatory args, but they can have non mandatory ones, but this wasn't working on v2).
- Fixed an issue that was causing a lot of unneeded imports on generated NavGraphs.
- Added
JavaActivityDestination
annotation to allow for navgraph setting on Java Activities.
Full Changelog: 2.1.0-alpha03...2.1.0-alpha05