Skip to content

Instantly share code, notes, and snippets.

@pokk
Last active December 3, 2017 02:48
Show Gist options
  • Save pokk/e312bab4912797ae3e4ff4a8158352f7 to your computer and use it in GitHub Desktop.
Save pokk/e312bab4912797ae3e4ff4a8158352f7 to your computer and use it in GitHub Desktop.
class ActivityModule {
@Provides
@PerActivity
fun provideNavigator(): Navigator = Navigator()
@Provides
@PerActivity
fun provideMainPresenter(): MainContract.Presenter = MainPresenter()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment