79112320

Date: 2024-10-22 03:14:34
Score: 1
Natty:
Report link

For Mac-:

Increase Android Gradle version and AGP, then change the Android JDK version to latest from project structure , mention that version in Gradle

 compileOptions {
    compileOptions {
        sourceCompatibility JavaVersion.VERSION_21
        targetCompatibility JavaVersion.VERSION_21
    }
}

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: Akash kumar