Open ts-geek61 opened 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
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