evant
interface OtherComponent { val stringConsumer: StringConsumer } @Component abstract class ApplicationComponent : OtherComponent { @Provides fun string() : String = "bar" }