Skip to content

Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.0 and higher #6

@marianoarga

Description

@marianoarga

FAILURE: Build failed with an exception.

  • What went wrong:
    The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.0 and higher.
    The following dependencies do not satisfy the required version:
    project ':share_api' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.30

Seem this is caused by using deprecated Kotlin stdlib:
At plugin android/buidl.gradle
implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions