Armond Avanes
10/03/2024, 7:59 PMkotlin.uuid.Uuid
serialization support coming in Kotlin 2.1.0, is there any plan to support Uuid as a built-in type in Navigation Compose safe arguments?
Currently we have to add a custom NavType to any navigation composable which is going to accept kotlin.uuid.Uuid
as a safe argument.Hristijan
10/03/2024, 8:28 PMCurrently we have to add a custom NavType to any navigation composable which is going to acceptDoing the same or passing a string at the moment but only at a place where the string part of the Uuid is used.as a safe argument.kotlin.uuid.Uuid
Ian Lake
10/03/2024, 10:36 PMArmond Avanes
10/03/2024, 11:09 PMStylianos Gakis
10/04/2024, 5:58 AMArmond Avanes
10/04/2024, 2:12 PMStylianos Gakis
10/04/2024, 3:35 PM