Skip to content

Instantly share code, notes, and snippets.

@arnaudgiuliani
Last active February 18, 2021 18:07
Show Gist options
  • Save arnaudgiuliani/f62904cb5c3d57452e5b917da42d6eb0 to your computer and use it in GitHub Desktop.
Save arnaudgiuliani/f62904cb5c3d57452e5b917da42d6eb0 to your computer and use it in GitHub Desktop.
module {
// Declare a scope for MyActivity
scope<MyActivity> {
scoped { MyPresenter() }
}
}
class MyActivity : ScopeActivity() {
val presenter : MyPresenter by inject()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment