Replies: 2 comments 1 reply
-
Yes
https://github.com/evant/kotlin-inject#function-support describes how you do assisted injection |
Beta Was this translation helpful? Give feedback.
1 reply
-
Updated the section title to make it more clear hopefully |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't see an obvious way to extract a provided value from a component. I have something like:
I would like to get a Repo from the component, but I don't see how. I guess I could do something like:
abstract val repo: Repo
?Is there a way to inject part of a constructor? In Dagger: https://dagger.dev/dev-guide/assisted-injection.html
Beta Was this translation helpful? Give feedback.
All reactions