-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
[Feature Request] Please release a version with a later version of kotlin #61
Comments
Any work on this? @mono0926 |
No, but I'm welcome the pull request 🐶 |
Any work on this? @mono0926 |
No, but I'm welcome the pull request 🐶 |
@HendrenTahsenKhalaf | @mono0926 |
I'm happy to make the PR/change. Are there any specific tests or edge cases I need to worry about? |
no, not as far as I know. you can merge it |
Is your feature request related to a problem? Please describe.
For a flutter project with higher kotlin version, such as 1.7.21, and
flutter build apk
Building with sound null safety
FAILURE: Build failed with an exception.
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 ':barcode_scan2' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.61
Describe the solution you'd like
If it's possible to get barcode_scan2 version with kotlin gradle > 1.5.20
Describe alternatives you've considered
I don't want to degrade my project's kotlin, so I have to stay with a few compatibility warnings at this time without upgrading classpath and distributionUrl.
Additional context
Thanks for the plugin!
The text was updated successfully, but these errors were encountered: