Tushar
08/21/2024, 1:02 PMSaveStateHandle
using this approachIan Lake
08/21/2024, 2:03 PMsavedStateHandle.toRoute()
Tushar
08/21/2024, 4:51 PMdata class ScreenA(val id: Int, val customType: CustomType)
CustomType
is parcelable i don't own it's implementation how can i use it in my type safe navigation system i can't drop the customType it is a wrapper around stringIan Lake
08/21/2024, 5:03 PMTushar
08/21/2024, 5:12 PM