ultraon
06/03/2021, 4:14 PMSingletonComponent from another Component (that doesn't depend on any other parent component). For example, I have some lib gradle module, that exposes its API via interface MyLibComponent. Previously I declared for my ApplicationComponent a dependency using @Compoent(dependencies = MyLibComponent::class) and bind them in runtime.