Skip to content

Instantly share code, notes, and snippets.

@markchristopherng
Created February 19, 2020 00:51
Show Gist options
  • Save markchristopherng/038279398e0e3282b81561bc6ac2b32b to your computer and use it in GitHub Desktop.
Save markchristopherng/038279398e0e3282b81561bc6ac2b32b to your computer and use it in GitHub Desktop.
class KodeinApplication : Application(), KodeinAware {
override val kodein = Kodein.lazy {
import(kodeinModule)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment