Can you use compose navigation in a project that i...
# compose
z
Can you use compose navigation in a project that is already using the navigation component? Trying to follow the navigation guide and not seeing the method I need.
Copy code
implementation("androidx.navigation:navigation-fragment-ktx:2.3.2")
implementation("androidx.navigation:navigation-ui-ktx:2.3.2")
implementation("androidx.navigation:navigation-compose:1.0.0-alpha03")
Fixed by importing the extension method
i
Feel free to star the existing Android Studio issue regarding not offering the import: https://issuetracker.google.com/172834438
👍 2