Skip to content

Instantly share code, notes, and snippets.

@seoft
Created May 22, 2021 06:15
Show Gist options
  • Save seoft/a994beeeb82120e9823f00074276726a to your computer and use it in GitHub Desktop.
Save seoft/a994beeeb82120e9823f00074276726a to your computer and use it in GitHub Desktop.
class App : Application() {
// 중략
override fun onCreate() {
super.onCreate()
startKoin {
androidLogger(Level.ERROR)
androidContext(applicationContext)
modules(resultModule)
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment