Here is the ticket for how to aggregate data into a single dashboard: Fabric Crashlytics - Aggregate data from different projects
We use Fabric.with(new Fabric.Builder().kits(new Crashlytics(), ...).appIdentifier("parent app identifier").build()) to make data flow into one dashbaord;
My question is how to add another Fabric Twitter Kit. Fabric.with(Context context, Kit... kits) only takes Kit as parameter, but the return type of "new Fabric.Builder().kits(new Crashlytics(), ...).appIdentifier("parent app identifier").build()" is a Fabric. Any helps? Thanks.