Skip to content

Instantly share code, notes, and snippets.

@jobinlawrance
Last active November 2, 2020 05:44
Show Gist options
  • Save jobinlawrance/649871c59aa42a0470b6c404ee134f65 to your computer and use it in GitHub Desktop.
Save jobinlawrance/649871c59aa42a0470b6c404ee134f65 to your computer and use it in GitHub Desktop.
val appModule = module {
single { //Existing koin dependencies }
fragment { MainFragment("Now this won't crash") }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment