Kotlinx Serialization for better navigation #788
Replies: 2 comments 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
-
Will probably be a while before I can get to it, but tracking this possible work effort in #861. |
Beta Was this translation helpful? Give feedback.
0 replies
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