How to use navigation in kotlin Multi-platform? Si...
# multiplatform
d
How to use navigation in kotlin Multi-platform? Similar as we use in android, are there any dependencies available? For nav args and nav directions
p
The closest you have is this library: https://github.com/Tlaster/PreCompose Its main contributor seems to be pretty up to date. Not sure if it covers your specific needs for nav args and directions. You will have to give it a try.
thank you color 1
d
Basically I just want to migrate my native kotlin Android project to kotlin Multi-platform I am using nav graphs, nav args and directions all over, so just need to understand if it supports all of that or not
p
Humm, I see but most likely directions arent supported. Directions are auto-generated by some plugin and I don’t think
precompose
do that. Perhaps it could offer direction but in a different way. You can ask for that feature request in Github. Or for some guidance on an equivalent thing.