Skip to content

Instantly share code, notes, and snippets.

@carlosmuvi
Last active December 13, 2018 23:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carlosmuvi/6223bf4c1712f7384c039cb04eeb987e to your computer and use it in GitHub Desktop.
Save carlosmuvi/6223bf4c1712f7384c039cb04eeb987e to your computer and use it in GitHub Desktop.
class MyAwesomeApplication : Application() {
@Inject lateinit var appInitializers: AppInitializers
override fun onCreate() {
// ...
appInitializers.init(this)
// ...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment