Is it possible to use custom serializer (not Kotli...
# compose
p
Is it possible to use custom serializer (not Kotlin Serialization) for type safe navigation?
s
No. They use kotlinx.serialization internally because of the information it provides to them like being able to know the name of the fields to build the routes etc.
🙏 1