square/papa

AppComponentFactory and compatibility with other factories

bherbst opened this issue · 0 comments

Unfortunately each app can only have a single AppComponentFactory. Since Papa uses a non-public AppComponentFactory applications that have their own custom factory cannot effectively use Papa.

One solution would be to make Papa's factory public so consumers could pass their own factory as Papa's delegate instead of only supporting AndroidX's.