79329347

Date: 2025-01-04 18:12:37
Score: 2.5
Natty:
Report link

In some cases, you can have more than one build.gradle file.

One way uou can quickly find them is by doing a universal search for "compileOptions" and seeing the results and in which places.

If the problem still persists, you will need to make this change matching CompileOptions and KotlinOptions (as described above) in the other ones. Typically the error will mention the module. enter image description here This was my scenario.

Reasons:
  • Blacklisted phrase (1): enter image description here
  • No code block (0.5):
  • Low reputation (1):
Posted by: Gdoodle Dev