79369646

Date: 2025-01-19 19:46:54
Score: 1
Natty:
Report link

Update the Kotlin version in your build.gradle (project level) to 1.9.0:

plugins {
    id "org.jetbrains.kotlin.android" version "1.9.0" apply false
}

Sync your project and run ./gradlew clean build.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Amir Nili