@Abhijit Sarkar Yes, plus the processing overhead of translating. Also, implementation(libs.spotbugs)
is more concise than implementation(plugin(libs.plugins.spotbugs))
and doesn't require additional code. If you are referencing the plugin in subprojects and not just in your plugins, is being able to use alias(libs.plugins.spotbugs)
really better than id("com.github.spotbugs")
? (fyi, this is just an honest question and me wanting to know your opinion. Thank you for your input)