`plugins.configure { … }` reads a bit better than ...
# gradle
b
plugins.configure { … }
reads a bit better than
plugins.invoke { … }