-
Notifications
You must be signed in to change notification settings - Fork 205
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
Please adapt for Flutter3.10.5,Gradle8.0.1,Kotlin 1.5.20 #40
Comments
Please update this |
I am having the same problem. An updated version would be very much appreciated. |
Same. Is there a workaround for this? |
Yes, there is. Fork this library, and apply the changes from PR #42 to your fork, it fixes your issue. Then update your pubspec.yml to point to your git repo instead.
The repo contains several packages, so you must set path as well |
@tommysolsen 's idea worked like charm. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 ':platform_device_id' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50
The text was updated successfully, but these errors were encountered: