https://kotlinlang.org logo
y

yousuf.haque

10/11/2017, 3:13 AM
I’m tring to use dagger to compose functions into partial applicaitons, but it seems dagger can only provide functions to components, but not other provides methods. Does anyone know why, or have a solution? I can wrap the function in a data class, or as a member variable but that defeats the purpose of just passing around the functions