In order to extend the functionalities of your Gradle build you can add plugins with id("plugin-id")
. Gradle maintains some plugins
that are known as core plugins. These core plugins can be identified by
a short name.
When adding core plugins, it is a good practice to use their short name because it is more concise, readable, and less prone to typing
mistakes.