Now, I just can't seem to find a way to make a set...
# kotlin-inject
d
Now, I just can't seem to find a way to make a set of deps derived from a generic typed interface... using <*> won't allow me to use the
fun foo(param: T)
... it thinks it takes
Nothing
...