Skip to content

Instantly share code, notes, and snippets.

@arnaudgiuliani
Created March 2, 2018 17:23
Show Gist options
  • Select an option

  • Save arnaudgiuliani/b30d53c481107db17b926dbe3ca37864 to your computer and use it in GitHub Desktop.

Select an option

Save arnaudgiuliani/b30d53c481107db17b926dbe3ca37864 to your computer and use it in GitHub Desktop.
Koin 0.9.0 - Dynamic parameter from Activity
class DetailActivity : AppCompatActivity(), DetailContract.View {
val presenter: DetailContract.Presenter by inject(parameters =
mapOf("DETAIL_ACTIVITY" to this))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment