Skip to content

Instantly share code, notes, and snippets.

@agustarc
Last active April 30, 2019 02:10
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save agustarc/fa3fa21a29922f76b1dcf35d6fe78a66 to your computer and use it in GitHub Desktop.
class MyApplication : Application() {
override fun onCreate() {
super.onCreate()
Koap.serializer = GsonSerializer(Gson())
Koap.bind(this, SettingPreference, AccountPreference)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment