Created
July 30, 2021 13:33
-
-
Save SamueldaCostaAraujoNunes/334cc5bd3de9fe3741ab991b67b40213 to your computer and use it in GitHub Desktop.
Hilt Annotation Application
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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