Skip to content

Instantly share code, notes, and snippets.

@allidoiswarren
Created June 3, 2018 15:26
Show Gist options
  • Select an option

  • Save allidoiswarren/22c724ee7c87992b60ee95f876185320 to your computer and use it in GitHub Desktop.

Select an option

Save allidoiswarren/22c724ee7c87992b60ee95f876185320 to your computer and use it in GitHub Desktop.
@Module abstract class AppModule {
@Binds abstract fun context(app: Application): Context
@Module companion object {
// Static @Provides
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment