julioromano
04/07/2021, 5:38 PMnavigation-compose:1.0.0-alpha08
event though my build.gradle.kts explicitly says "androidx.navigation:navigation-compose:1.0.0-alpha10"
.
Any hint on how can I troubleshoot this?John O'Reilly
04/07/2021, 5:43 PM./gradlew :app:dependencies
Ian Lake
04/07/2021, 5:48 PM1.0.0-alpha10
isn't quite available on Google Maven yet, FWIW - give it another ~15 minutesjulioromano
04/07/2021, 5:51 PMhilt-navigation-compose:1.0.0-alpha01
is holding navigation-compose
down to alpha08
?julioromano
04/07/2021, 5:52 PMhilt-navigation-compose
which I missed?julioromano
04/07/2021, 6:10 PMIan Lake
04/07/2021, 6:11 PMjulioromano
04/07/2021, 6:12 PMjulioromano
04/07/2021, 6:36 PMalpha10
is not yet reachable on maven.
hilt-navigation-compose
pulls in alpha08
so Gradle falls back to that one when it can’t find alpha10
.
It is weird though, I thought such an issue should fail the build, not silently downgrade a dependency.
This means that also CI builds silently produced a binary with a downgraded dependency…. not coolIan Lake
04/07/2021, 6:43 PMIan Lake
04/07/2021, 6:43 PMjulioromano
04/07/2021, 6:44 PM