Skip to content

Instantly share code, notes, and snippets.

@markchristopherng
Created February 19, 2020 03:17
Show Gist options
  • Save markchristopherng/d0fdf2e5b1acdc706de879bd4a0364ea to your computer and use it in GitHub Desktop.
Save markchristopherng/d0fdf2e5b1acdc706de879bd4a0364ea to your computer and use it in GitHub Desktop.
class ToothpickApplication : Application() {
override fun onCreate() {
super.onCreate()
KTP.openRootScope().installModules(toothpickModule)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment