Hi guys I have a questions, I want to inject using...
# coroutines
r
Hi guys I have a questions, I want to inject using dagger a suspend lambda like this:
suspend () -> String
however when I try to compile it says: cannot provide dependency without provides annotation
t
Have you defined a function annotated with
@Provides
in a Dagger module ?
r
At the end was @jvmsupresswildcards