Fixed
Status Update
Comments
il...@google.com <il...@google.com> #2
The project uses plugin androidx.navigation.safeargs (version 1.0.0-alpha04) and that seems to change the version of the models to 3.2.0-beta03, causing the project to require an upgrade. If the plugin is removed from the project then the issue is gone. Can you confirm if the issue is gone after removing the plugin? I have attached a patch with the changes if needed.
Description
Version used: 1.0.0-alpha09
Currently if you have a bunch of actions that don't take any arguments, each action generates its own identical NavDirections instance. Those should all be collapsed into a single class.