Johannes Bester
07/12/2021, 8:08 AMbind { factory { authToken: AuthToken -> AddressListViewModelFactory(authToken, instance()) } }
bind { factory { authToken: AuthToken, id: String -> AddressDetailViewModelFactory(authToken, id, instance()) } }
the first Factory works fine BUT when I add another parameter it says
Required:
DIBinding<*, *, ???>
Found:
DIProperty<(???) → ???>
Type mismatch.
Required:
DIBinding<*, *, TypeVariable(T)>
Found:
DIProperty<(???) → ???>Carlton Whitehead
07/12/2021, 12:37 PMCarlton Whitehead
07/12/2021, 12:44 PMJohannes Bester
07/13/2021, 6:17 AMromainbsl
07/15/2021, 5:15 AMromainbsl
07/15/2021, 5:16 AM