how to get instance of org.gradle.plugin.use.PluginDependency in custom plugin
My scenario is to apply other plug-ins in my customized plug-in, but before applying other plug-ins, the dependencies must be configured, otherwise an error will be reported when running, and the plug-in cannot be found, so I want to configure the plug-in dependencies when applying the plug-in. , this will automatically download the plug-in