Skip to content

Instantly share code, notes, and snippets.

@alibahaaa
Last active June 25, 2022 19:47
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 alibahaaa/c0d28856fe09da3f1c7def97f809dfcb to your computer and use it in GitHub Desktop.
Save alibahaaa/c0d28856fe09da3f1c7def97f809dfcb to your computer and use it in GitHub Desktop.
import org.koin.androidx.viewmodel.dsl.viewModel
import org.koin.dsl.module
val appModule = module {
viewModel { MainViewModel(get()) }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment