Also, it doesn't seem like `@IntoSet` is capable o...
# kotlin-inject
d
Also, it doesn't seem like
@IntoSet
is capable of generating a
Set<() -> Foo>
for
@Provides @IntoSet fun provideFoo(): Foo = FooImpl1()
... it would be useful for when I don't necessarily want to instantiate those classes when receiving the set in another class...