Currently I am making a few changes in an Android Project and I came across project level build.gradle and app level build.gradle files. However, I can not find any best practises for applying a few plugins I have in mind e.g Spoon plugin etc. Do I need to apply the plugins in app level or project level gradle? Are there any best practices and/or performance issues?
Thanks in advance for your answers!!