Skip to content

Instantly share code, notes, and snippets.

@Wajahat-Jawaid
Created November 2, 2022 13:33
Show Gist options
  • Save Wajahat-Jawaid/da1a4de85714e85973e5bb8731511710 to your computer and use it in GitHub Desktop.
Save Wajahat-Jawaid/da1a4de85714e85973e5bb8731511710 to your computer and use it in GitHub Desktop.
class JetFilesApplication : Application() {
// AppContainer instance used by the rest of classes to obtain dependencies.
lateinit var container: AppContainer
override fun onCreate() {
super.onCreate()
container = AppContainerImpl()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment