Kotlinx Serialization for better navigation #788
Unanswered
leonardovallem
asked this question in
Ideas
Replies: 1 comment 1 reply
-
I like the idea. I'll need to find some time to investigate if it is possible (I'm not certain if Android's advertisement objects, which Kable wraps, can be serialized). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Starting from 2.8.0, the Compose Navigation library now allows serializable classes to be used as destinations. So, to allow, for example, an instance of PlatformAdvertisement to be used as a navigation argument, it would have to be marked with @serializable.
Beta Was this translation helpful? Give feedback.
All reactions