How to pass object in navigation in jetpack compose?
As per the Navigation documentation: Caution: Passing complex data structures over arguments is considered an anti-pattern. Each destination should be responsible for loading UI data based on the minimum necessary information, such as item IDs. This simplifies process recreation and avoids potential data inconsistencies. So, if it is possible avoid passing complex data. More official … Read more