In case anyone is facing an issue on importing sna...
# compose
k
In case anyone is facing an issue on importing snapshot build of
navigation-compose
I think you should know the silly mistake I made 😅 we're supposed to put the repository url
Copy code
maven { url '<https://androidx.dev/snapshots/builds/6910220/artifacts/repository>' }
within "*allprojects* --> repositories" and not "_buildscript_ --> repositories".