The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher.
The following dependencies do not satisfy the required version:
project '_:document_scanner_flutter' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50_
I am getting this error , but in my code i am using Kotlin Gradle Version 1.7.10 .
I have tried many solutions even created a new project and tried , still the error persists .
The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher.
The following dependencies do not satisfy the required version:
project '_:document_scanner_flutter' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50_
I am getting this error , but in my code i am using Kotlin Gradle Version 1.7.10 .
I have tried many solutions even created a new project and tried , still the error persists .