Hey, is there a way for my gradle plugin to regist...
# plugin-development
j
Hey, is there a way for my gradle plugin to register other grade plugins, not registered by the user?
v
If by "register" you mean "apply", sure, just do it
That's quite common
j
Well, yes, the goal is that the user will depend on our plugin, then our plugin will “inject” the other plugins into gradle:)
v
Yes, as I said, that's quite normal plugin action