ask; navigation #1581
-
Each of the feature modules has navigation, but I don't see the navigation library connection anywhere except for the app module. I looked at all the plugins, but I didn't see it there either. Please help me to understand how it works. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
each feature module applies this convention plugin |
Beta Was this translation helpful? Give feedback.
-
Hilt-navigation-compose has the dependency of navigation-compose, so that it is fine that don't use navigation-compose. |
Beta Was this translation helpful? Give feedback.
https://mvnrepository.com/artifact/androidx.hilt/hilt-navigation-compose/1.2.0
we can see here that hilt comes with those dependencies.
also we can use gradle task too see all the transitive dependencies
./gradlew :feature:foryou:dependencies