79437671

Date: 2025-02-13 20:51:01
Score: 0.5
Natty:
Report link

Go to android\settings.gradle.kts and under plugins update the version of "org.jetbrains.kotlin.android" to the latest one according to this link: https://kotlinlang.org/docs/releases.html#release-details For example:

plugins {
    id("dev.flutter.flutter-plugin-loader") version "1.0.0"
    id("com.android.application") version "8.7.0" apply false
    id("org.jetbrains.kotlin.android") version "2.1.10" apply false
}
Reasons:
  • Blacklisted phrase (1): this link
  • Probably link only (1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Elyasaf755