79301591

Date: 2024-12-22 19:35:26
Score: 3
Natty:
Report link

i have been there days ago and tried mixing versions trying to figure out maybe try to make AGP compatible with gradle version see this Link
and this Compatibility Matrix for jvm and gradle and maybe edit this line

 kotlinOptions {
        jvmTarget = "1.8"
    }

to  
kotlinOptions {
            jvmTarget = "17"
        }
Reasons:
  • Blacklisted phrase (1): this Link
  • RegEx Blacklisted phrase (1): see this Link
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: mohamedesam