79379462

Date: 2025-01-22 23:39:29
Score: 0.5
Natty:
Report link

Adding this to your android/app/build.gradle fixed the issue:

kotlinOptions {
    jvmTarget = JavaVersion.VERSION_1_8
}

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: ahmnouira