Skip to content

Instantly share code, notes, and snippets.

@pavlospt
Created April 11, 2020 12:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pavlospt/12e5b6325e200d627901c4f0c4543ef5 to your computer and use it in GitHub Desktop.
Save pavlospt/12e5b6325e200d627901c4f0c4543ef5 to your computer and use it in GitHub Desktop.
import org.koin.dsl.module
val usecaseModule = module {
factory {
RefreshGithubReposUseCase(
appCoroutineDispatchers = get(),
githubRemoteRepo = get(),
githubLocalRepo = get()
)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment