Bug P2
Status Update
Comments
ap...@google.com <ap...@google.com> #2
That's correct, we have not yet updated the Wear Compose Navigation library to support the type-safety that's now supported on the compose navhost. It's on the roadmap, but unlikely to make it as part of our 1.5 release.
jn...@google.com <jn...@google.com>
jn...@google.com <jn...@google.com> #3
Any guesses, on which date 1.5 version can be released?
jn...@google.com <jn...@google.com> #4
You should use
import com.google.android.horologist.compose.nav.SwipeDismissableNavHost
import com.google.android.horologist.compose.nav.composable
instead of
import androidx.wear.compose.navigation.SwipeDismissableNavHost
import androidx.wear.compose.navigation.composable
jn...@google.com <jn...@google.com>
ap...@google.com <ap...@google.com> #5
Which dependency I have to add for "com.google.android.horologist.compose.nav.SwipeDismissableNavHost"? Also, does it support for wear navigation compose?
Description
example flaky runs