You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.findFirst() // AAR is explicitly only added for top level distribution target, so we _should_ only ever have 1
109
110
.orElseThrow(() -> newIllegalArgumentException("For AAR packaging, we require a prebuilt AAR that already contains the Android resources that we'll add the transitive source closure to."));
110
111
111
112
sources.remove(aarSource);
112
-
}
113
113
114
-
Objects.requireNonNull(out, "Output path must be set.");
0 commit comments