You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added navigate method to NavEventNavigator that takes a lambda as parameter. That lambda can
contain multiple navigation actions that will end up being bundled into one event that
Codegen
Added general ForScope annotation.
It's now possible to use the scope of another screen using codegen as parentScope.
The above replace the need to @NavEntryComponent and @NavEntry which have both been removed.
To enable the parent scope mechanism the following the 3 types now need a ForScope qualifier: