Hello everyone, I am testing out the "new" navigat...
# multiplatform
p
Hello everyone, I am testing out the "new" navigation library, and it works fine on Android but for desktop and iOS argument don't work for me. Anyone else tried it yet? I couldn't find any issues reported. https://www.jetbrains.com/help/kotlin-multiplatform-dev/whats-new-compose-eap.html#experimental-navigation-library
p
p
But it still don't work. Isn't the issue in
org.jetbrains.androidx.navigation:navigation-compose:2.8.0-alpha01
?
p
This versions work for me, do they work for you?
Copy code
androidx-lifecycle = "2.8.0-dev1590"
androidx-navigation = "2.8.0-dev1590"
compose-android = "1.6.2"
compose-multiplatform = "1.6.10-dev1590"
I have just started to use the new navigation framework so also trying to figure things out. 🙂
p
Yes! It was the
2.8.0-dev1590
I missed. You saved my weekend!
🦜 5