When managing Gradle plugins imperatively, what is a common method for applying plugins in a Gradle build script?
a) Using the apply method in the build.gradle file
b) Configuring plugins through the settings.gradle file
c) Using the plugins block in the build.gradle file
d) Declaring plugins in the gradle.properties file