Skip to content

Instantly share code, notes, and snippets.

@SamueldaCostaAraujoNunes
Created July 30, 2021 13:33
Show Gist options
  • Save SamueldaCostaAraujoNunes/334cc5bd3de9fe3741ab991b67b40213 to your computer and use it in GitHub Desktop.
Save SamueldaCostaAraujoNunes/334cc5bd3de9fe3741ab991b67b40213 to your computer and use it in GitHub Desktop.
Hilt Annotation Application
@HiltAndroidApp
class RickAndMortyApp : Application() {
override fun onCreate() {
super.onCreate()
if (BuildConfig.DEBUG) {
Timber.plant(Timber.DebugTree())
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment