edwardwongtl
bind<Subject<*> with singleton { ... }
val subject by instance<Subject<String>>
Andreas Sinz
bind<Subject<*>> with singleton { ... } val subject1 by instance<Subject<String>> val subject2 by instance<Subject<Int>>
Subject<*>
Subject<SomeGeneric<*>>
A modern programming language that makes developers happier.