Daniele B
05/09/2021, 8:57 AMSaveableStateHolder
an Android-only component or does it also work on Web and Desktop?
https://developer.android.com/reference/kotlin/androidx/compose/runtime/saveable/SaveableStateHolder
It seems like it could be a good base to build a multiplatform Compose Navigation component.
The current Android's Compose Navigation isn't compatible with the other Compose platforms, as it's a wrapper to the old Java-written Android Navigation.Dominaezzz
05/09/2021, 9:32 AMDaniele B
05/09/2021, 12:14 PMDominaezzz
05/09/2021, 12:14 PMjim
05/10/2021, 6:07 AMcommonMain
source set which means it's multiplatform. (For future reference, when you or anyone else here has similar question in the future)Daniele B
05/10/2021, 6:19 AM