How to extend an existed Gradle's plugin?

How can I extend a plugin?

I am interested to change/modify one of the tasks in android plugin. I’m not interested in adding my own tasks with some dependsOn settings, I’m not interested in that.

Seems one of the solutions is to design an own plugin, but this seems to complicated. Is there any other solution?

1 Like