Skip to content

Instantly share code, notes, and snippets.

@cdmunoz
Created March 21, 2018 01:00
Show Gist options
  • Save cdmunoz/0720003c5e3464411518a627dad2c563 to your computer and use it in GitHub Desktop.
Save cdmunoz/0720003c5e3464411518a627dad2c563 to your computer and use it in GitHub Desktop.
@Module
class AppModule(val app: Application) {
//...rest of the code
@Provides
@Singleton
fun provideUtils(): Utils = Utils(app)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment