Checking for applied plugins in new plugin mechanism

What is the recommended way of checking for applied plugins with the new plugins closure? Specifically ones that have not been ported to the new mechanism?

Right now, if I have the plugin block below the apply plugin statements, it says it much come first, if I put it above, the check for plugins throws exceptions.