Hi everyone,
I'm using the Voyager library for navigation in my Compose Multiplatform project. I'm encountering an issue when trying to pass Realm objects between screens. I receive a "not serializable" error when I attempt to pass these Realm objects as navigation data.
How can I resolve this issue? Is there a recommended approach for passing Realm objects data using Voyager?