Skip to content

Instantly share code, notes, and snippets.

@ericntd
Created January 6, 2022 20:17
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 ericntd/d2aae8ffceb025a745bc49cdce1c068f to your computer and use it in GitHub Desktop.
Save ericntd/d2aae8ffceb025a745bc49cdce1c068f to your computer and use it in GitHub Desktop.
RequestDependency instead of Inject example
class MainActivity : AppCompatActivity(), MainView {
@RequestDependency
lateinit var presenter: MainPresenter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment