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"
FAILURE: Build failed with an exception.
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"