edwardwongtl
03/26/2018, 5:23 AMbind<Subject<*> with singleton { ... }
and get val subject by instance<Subject<String>>
?Andreas Sinz
03/27/2018, 9:33 AMbind<Subject<*>> with singleton { ... }
val subject1 by instance<Subject<String>>
val subject2 by instance<Subject<Int>>
edwardwongtl
03/27/2018, 9:36 AMSubject<*>
, but Subject<SomeGeneric<*>>
, so the problem you described will not affect me