hey guys, i’ve updated to ```androidx-navigation =...
# multiplatform
h
hey guys, i’ve updated to
Copy code
androidx-navigation = "2.9.0-alpha14"
androidx-navigation-material = "1.8.0-alpha04"

androidx-core-uri = { module = "org.jetbrains.androidx.core:core-uri", version.ref = "androidx-core-jb" }
previously i had
Copy code
import androidx.core.uri.Uri

navController.navigate(deepLink = uri)
now it asks for
Copy code
androidx.navigation.NavUri
but that is an abstract class, i couldn’t find anything in the changelog
a
I am not sure whats going on either I am also running into something quite similar I can no longer find the import to
androidx.core.uri.UriUtils
The import above solved my issue at least
h
how did the
Copy code
androidx.core.uri.UriUtils
fix
Copy code
androidx.navigation.NavUri