Skip to content

Instantly share code, notes, and snippets.

@lomza
Created April 29, 2018 08:22
Show Gist options
  • Save lomza/b9e0c1780fc225ee45243c0f73d2b58e to your computer and use it in GitHub Desktop.
Save lomza/b9e0c1780fc225ee45243c0f73d2b58e to your computer and use it in GitHub Desktop.
class SpInKotlinApp : Application() {
override fun onCreate() {
super.onCreate()
AppPreferences.init(this)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment