dave08
01/11/2022, 1:48 PM@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...