`applyFrom(...)` has been removed in favor of `app...
# gradle
b
applyFrom(...)
has been removed in favor of
apply { from(...) }