Skip to content

Instantly share code, notes, and snippets.

@mladenrakonjac
Created February 3, 2018 01:06
Show Gist options
  • Save mladenrakonjac/ea152042ed21b963931d3f52cdc4fb9a to your computer and use it in GitHub Desktop.
Save mladenrakonjac/ea152042ed21b963931d3f52cdc4fb9a to your computer and use it in GitHub Desktop.
@Module
internal abstract class MainActivityModule {
@ContributesAndroidInjector()
internal abstract fun mainActivity(): MainActivity
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment