-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kotlin Gradle plugin error #34
Comments
Have you find any solution for it ??? |
BUILD FAILED in 7s |
@Kumar-ranjan12345 I have created a pull request for this issue. For now, until it gets merged you can use It works perfectly fine. |
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 text was updated successfully, but these errors were encountered: