79742116

Date: 2025-08-21 09:54:44
Score: 0.5
Natty:
Report link

Go to android/app/build.gradle and change the versions with below codes.

compileOptions {
    sourceCompatibility = JavaVersion.VERSION_17
    targetCompatibility = JavaVersion.VERSION_17
}

kotlinOptions {
    jvmTarget = JavaVersion.VERSION_17
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ebuzer SARIYERLİOĞLU