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
31 stars 69 forks source link

kotlin version 1.3.50 #45

Open ts-geek61 opened 1 month ago

ts-geek61 commented 1 month 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 ':sms_advanced' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50

Please update kotline version. Thank you

mosi2142 commented 1 month ago

Just remove

buildscript {
    ext.kotlin_version = '1.8.10'
    repositories {
        google()
        mavenCentral()
    }

    dependencies {
        classpath 'com.android.tools.build:gradle:4.1.0'
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
    }
}

from the package, u can fork it and remove it there so if u update ur package the removed code doesnt return back