Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JekaK authored Mar 31, 2023
1 parent 7cc7d2d commit 3cd87f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Note that you should replace `version` with the [latest release](https://github.
private fun setupDIGraph() {
startKoin {
androidContext(this@App)
modules(*hardwareModules, *dataModules, *presentationModules, *viewModelModule)
modules( *listOfModules, *viewModelModule)
}
}
}
Expand Down

0 comments on commit 3cd87f8

Please sign in to comment.