Skip to content
This repository was archived by the owner on Sep 3, 2023. It is now read-only.

Commit

Permalink
Add list of modules to match function arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharan Salian committed Dec 2, 2021
1 parent a1103f0 commit ce8ce94
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions app/src/main/java/com/afollestad/mnmlscreenrecord/MnmlApp.kt
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,14 @@ class MnmlApp : Application() {
androidLogger()
androidContext(this@MnmlApp)
modules(
commonModule,
notificationsModule,
prefModule,
engineModule,
mainModule,
viewModelModule
listOf(
commonModule,
notificationsModule,
prefModule,
engineModule,
mainModule,
viewModelModule
)
)
}

Expand Down

0 comments on commit ce8ce94

Please sign in to comment.