79100984

Date: 2024-10-18 07:23:09
Score: 2.5
Natty:
Report link

In build.gradle add this

compileOptions {

sourceCompatibility = JavaVersion.VERSION_17

targetCompatibility = JavaVersion.VERSION_17

}

kotlinOptions {

jvmTarget = "17"

}

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: M K NAIDU