Skip to content

Instantly share code, notes, and snippets.

@arnaudgiuliani
Last active February 20, 2021 09:03
Show Gist options
  • Save arnaudgiuliani/157896d6ab7a7b5dde35edf8e795e05e to your computer and use it in GitHub Desktop.
Save arnaudgiuliani/157896d6ab7a7b5dde35edf8e795e05e to your computer and use it in GitHub Desktop.
class MyAdapter(val presenter : MyPresenter)
module {
scope<MyActivity> {
// get MyPresenter instance from current scope
scoped { MyAdapter(get()) }
scoped { MyPresenter() }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment