Created
September 14, 2018 09:40
-
-
Save CoderJava/092cdc6bf6a6c1959c624e79f77ee956 to your computer and use it in GitHub Desktop.
App.kt file
This file contains hidden or 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
| class App : Application() { | |
| override fun onCreate() { | |
| super.onCreate() | |
| // Initialization Stetho | |
| Stetho.initializeWithDefaults(this) | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment