Is there any alpha version of navigation compose m...
# compose
r
Is there any alpha version of navigation compose multiplatform which has the safe args changes from 2.8.0-alpha08? I've tried all the latest alphas from MavenCentral but none of them seems to include those changes.
i
Only dev versions at the moment. It requires Compose 1.7, so cannot be published without/before that. We're in the process of preparing such alpha, hope it will be this week
r
I tried this dev version but it doesn't seem to have the safe args, or maybe i'm using the wrong overload of the NavHost function. 2.8.0-dev1698
i
Actual 2.8 state was merged in dev1703
r
what does that mean?
i
You need a newer build to get the state with this feature
r
I tried this build 1.7.0-dev1703 together with this version 2.8.0-dev1698 of the navigation library and still didn't get it.
i
It's in navigation version 2.8.0-dev1703. it was NOT included to dev1698
1