Skip to content

Commit

Permalink
add navigation dependency to root component
Browse files Browse the repository at this point in the history
  • Loading branch information
AradiPatrik committed Apr 27, 2023
1 parent 6b4510c commit 44b11fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/templates/impl/di/FeatureRootComponent.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package {{ base_package }}.{{ flat module }}.impl.di

import {{ base_package }}.data.api.DataProvider
import {{ base_package }}.{{ flat module }}.api.{{ pascal module }}Provider
import {{ base_package }}.navigation.NavigationProvider
import {{ base_package }}.{{ flat module }}.impl.{{ flat first_page }}.di.{{ pascal first_page }}Subcomponent
import {{ base_package }}.navigation.FeatureScoped
import {{ base_package }}.platform.PlatformProvider
Expand All @@ -16,6 +17,7 @@ import dagger.Component
dependencies = [
DataProvider::class,
PlatformProvider::class,
NavigationProvider::class,
],
modules = [{{ pascal module }}RootModule::class, {{ pascal module }}SubcomponentsModule::class]
)
Expand Down

0 comments on commit 44b11fd

Please sign in to comment.