Join Slack
Powered by
If I have this in my Component: ```@Provides fun f...
# kotlin-inject
s
StavFX
05/18/2023, 6:17 PM
If I have this in my Component:
Copy code
@Provides fun foo(dep: Dep): Foo = FooImpl(dep)
What's the way to get
foo
out of my component without dealing with Dep in my call-site?
2
Views
Open in Slack
Previous
Next