I see everywhere something like ```plugins { ...
# gradle
c
I see everywhere something like
Copy code
plugins {
    base
...
}
But the documentation link says there is no such thing. (https://docs.gradle.org/current/userguide/base_plugin.html) what is the base plugin and why is it in kotlin samples?