-
Notifications
You must be signed in to change notification settings - Fork 206
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
Android: Not compatible with kotlin-gradle-plugin 1.7.xx version #74
Comments
Dead project ? |
+1 |
A migration to a newer AGP version so that we can use current Kotlin versions would be greatly appreciated 🙏🏼 |
any alternative to this dependency? |
+1 Hit the same snag. This is the only dependency causing our project to be unresolvable now. |
Is there any way around this like downgrading Kotlin or is that not recommended? What are we supposed to do here? |
is fluttercommunity working on this issue? |
Downgrading Flutter to an ancient version (current version of Flutter is |
Here, First, you need to understand this error is caused by the flutter_sms plugin's build.gradle, not with your project. Here, you can wait until the developer to update the kotlin gradle version of the plugin, or you can do by yourself. Go to the plugin Github page and download the source code and extract the file. Edit the build.gradle file inside the extracted folder. Upgrade the kotlin.gradle by editing the line below:
Now save the file. and go to your pubspec.yaml file to add this package from your local folder like the below: dependencies: Source: Solved | Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher. |
The Kotlin Gradle plugin issue has been pending since August 2022 |
any fork or update about this |
+1 to this! I think there's a PR addressing it? https://github.com/fluttercommunity/flutter_sms/pull/71/files |
Actually when I download the full source code it has the
It appears that the release is not up to date, so just downloading the code and linking it in your project's |
The fix has been merged into flutter_sms:
git:
url: https://github.com/fluttercommunity/flutter_sms.git
ref: eea0984 But @rodydavis ...please add more contributors and let us help you get these fixes in and deployed to pub.dev 🙏 |
Dear @robydavis, please let others help to contribute and maintain this package. 🙏
|
My kotlin-gradle-plugin version is 1.7.20 and is not compatible
Please update kotlin-gradle-plugin version in android
The text was updated successfully, but these errors were encountered: