fluttercommunity / flutter_sms

A Flutter plugin to Send SMS and MMS on iOS and Android. If iMessage is enabled it will send as iMessage on iOS. This plugin must be tested on a real device on iOS. Maintainer: @rodydavis
https://fluttercommunity.github.io/flutter_sms/
MIT License
239 stars 171 forks source link

Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher. #91

Open GokulP48 opened 3 months ago

GokulP48 commented 3 months ago

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

alpbarazi commented 2 months ago

please, check this answer: https://github.com/fluttercommunity/flutter_sms/issues/88#issuecomment-1980178605