Skip to content

Instantly share code, notes, and snippets.

@pahill
Created August 31, 2022 07:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pahill/2cfd17a73f728c0ad25480411d5c803f to your computer and use it in GitHub Desktop.
Save pahill/2cfd17a73f728c0ad25480411d5c803f to your computer and use it in GitHub Desktop.
class MyApplication : Application() {
override fun onCreate() {
super.onCreate()
initKoin()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment