Skip to content

Instantly share code, notes, and snippets.

@mladenrakonjac
Created February 3, 2018 01:08
Show Gist options
  • Save mladenrakonjac/793e6fd532bd20f113c1068c74d03ad3 to your computer and use it in GitHub Desktop.
Save mladenrakonjac/793e6fd532bd20f113c1068c74d03ad3 to your computer and use it in GitHub Desktop.
@Module
class DataModule {
@Provides
fun providesGitRepoRepsitory(netManager: NetManager): GitRepoRepository {
return GitRepoRepository(netManager)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment