https://kotlinlang.org logo
#coroutines
Title
# coroutines
r

RoqueRueda

01/21/2020, 6:10 PM
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

tseisel

01/21/2020, 7:46 PM
Have you defined a function annotated with
@Provides
in a Dagger module ?
r

RoqueRueda

02/04/2020, 3:30 PM
At the end was @jvmsupresswildcards
2 Views