Can anybody tell me why we cannot pass parcelable...
# android
s
Can anybody tell me why we cannot pass parcelables in compose navigation library, had to fallback to typical json string passing approach.
i
There's quite a few threads on this. Here's one of the previously threads on this same question: https://kotlinlang.slack.com/archives/CJLTWPH7S/p1604053414451400
s
Thanks @Ian Lake , I will make the changes to follow the recommended pattern.