Skip to content

Instantly share code, notes, and snippets.

@jeremyrempel
Created May 17, 2021 02:41
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 jeremyrempel/bc70ea428b38c0a7de1041a4b9dbfb18 to your computer and use it in GitHub Desktop.
Save jeremyrempel/bc70ea428b38c0a7de1041a4b9dbfb18 to your computer and use it in GitHub Desktop.
@HiltAndroidApp
class MyApplication : Application() {
@Inject
lateinit var appInit: ApplicationInitializer
override fun onCreate() {
super.onCreate()
appInit.initTracking()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment