Skip to content
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

kotlin version 1.3.50 #45

Open
ts-geek61 opened this issue Oct 11, 2024 · 1 comment
Open

kotlin version 1.3.50 #45

ts-geek61 opened this issue Oct 11, 2024 · 1 comment

Comments

@ts-geek61
Copy link

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
Copy link

mosi2142 commented Oct 13, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants