Jetpack Compose Navigation Library has a new update where it starts to support directly passing the objects and data classes as a Route to your compostables. It uses Kotlin Serialization to first serialize and then pass and deserialize when received.
This tutorial shows the comparison between the previous implementation and the new approach.
Repo link: https://github.com/Sagar0-0/Demo/tree...
#kotlin #android #androiddev