leosan
07/17/2017, 9:51 AM@Provides Foo<*>
and then
@Provides Presenter(Foo<Bar>)
But this gives me an error Foo<Bar> cannot be provided without an @Inject or @Provides-annotated method
😞
I've tried this already
@Provides Presenter(Foo<@JvmSupressWildcards Bar>)
but without Successdragas
07/17/2017, 12:36 PMclass Wrapper : Foo<Bar>
leosan
07/17/2017, 12:50 PM