79596284

Date: 2025-04-28 10:48:38
Score: 1
Natty:
Report link

You can put the following code in your top-level build.gradle.kts file:

subprojects {
    configurations.all {
        resolutionStrategy {
            force("androidx.navigation:navigation-compose:2.8.9")
        }
    }
}

This way hilt navigation will use a newer version of navigation-compose

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Andrew