Skip to content

Instantly share code, notes, and snippets.

@shorthouse
Created January 31, 2025 21:15
Show Gist options
  • Save shorthouse/b39ece9874aa74604fc8353bfae8ed22 to your computer and use it in GitHub Desktop.
Save shorthouse/b39ece9874aa74604fc8353bfae8ed22 to your computer and use it in GitHub Desktop.
class MainApplication : Application() {
override fun onCreate() {
super.onCreate()
initKoin(
appDeclaration = { androidContext(this@MainApplication) },
)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment