Skip to content

Instantly share code, notes, and snippets.

@CoderJava
Created September 14, 2018 09:40
Show Gist options
  • Select an option

  • Save CoderJava/092cdc6bf6a6c1959c624e79f77ee956 to your computer and use it in GitHub Desktop.

Select an option

Save CoderJava/092cdc6bf6a6c1959c624e79f77ee956 to your computer and use it in GitHub Desktop.
App.kt file
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