**Describe the bug 🐞** On master, with e.g. ```julia using OrdinaryDiffEqRosenbrock using OrdinaryDiffEqNonlinearSolve ``` at least the symbol `AutoForwardDiff` is not exported, which is part of the API for choosing autodiff I believe. With ```julia using OrdinaryDiffEq ``` the symbol is exported.