If you try to navigate in compose using a route like this:
data class ProfileRoute(user: UserProfile)
data class UserProfile(id: String)
You will have an error when running the app. This article helped me with that.
I still don’t know, however, how to navigate with a scenario like this:
data class ProfileRoute(user: UserProfile)
data class UserProfile(account: Account)
This scenario above still crashes the application.
You must log in or register to comment.
That title looks like you had a stroke for someone that isn’t an android dev
objects inside an object inside another object that is inside an object