While working on the fix for #2542, I discovered that tests intended for build.gradle.kts were actually being run on build.gradle file, so I'm correcting this.
Test Plan:
Update tests to run correctly on build.gradle.kts files and modify them to pass successfully.
Checklist
[x] Documentation is up to date to reflect these changes.
[x] Follows commit message convention described in CONTRIBUTING.md
Summary:
While working on the fix for #2542, I discovered that tests intended for build.gradle.kts were actually being run on build.gradle file, so I'm correcting this.
Test Plan:
Checklist