I'm working on a tutorial and it references the "project-level build.gradle file", the "app-level build.gradle file" and then mentions the "top-level build.gradle file".
It seems to me that "top-level build.gradle file" and "project-level build.gradle file" are actually the same thing and that "app-level build.gradle file" might also be called the "module level build.gradle file".
Am I understanding this correctly?