EddieKamau / sms_advanced

This is an SMS library for Flutter. Its allow to send, receive, query sms messages, sms delivery and query contacts info. Currently supporting only android
MIT License
30 stars 65 forks source link

Kotlin Gradle plugin version incompatibility #27

Open deefstes opened 1 year ago

deefstes commented 1 year ago

I am unable to include this package in my Flutter project as I'm getting the following build error:

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 ':sms_advanced' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50

I would have liked to submit a PR to remedy this but I'm not quite up to speed with Flutter packages development yet.

EddieKamau commented 1 year ago

Consider it done

On Mon, Jun 26, 2023 at 9:48 AM Dewald Swanepoel @.***> wrote:

I am unable to include this package in my Flutter project as I'm getting the following build error:

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 ':sms_advanced' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50

I would have liked to submit a PR to remedy this but I'm not quite up to speed with Flutter packages development yet.

— Reply to this email directly, view it on GitHub https://github.com/EddieKamau/sms_advanced/issues/27, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJKQX6YZUSKZVH3N5EDY2CTXNEWEBANCNFSM6AAAAAAZTWUMQI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- CrazyGenius

deefstes commented 1 year ago

Legend!

AwaisQazii commented 1 year ago

@EddieKamau its not been solved yet

AhsanRiyad commented 1 year ago

is it resolved ?

mrjohnr commented 1 year ago

not solved

mehdinathani commented 9 months ago

any update?