Reputation: 1
The current NavDeepLinkBuilder seemingly only supports setDestination(id: int)
or setDestination(id: String)
. I'm using navigationCompose = "2.8.0"
.
I tried to use MyRoute::class.serializer().generateHashCode()
as an integer input, but it didn't work.
Upvotes: 0
Views: 23