giandifra / simple_share

A Flutter plugin for share image, video or file
MIT License
18 stars 15 forks source link

build error after upgrade gradle #4

Open masbenx opened 5 years ago

masbenx commented 5 years ago

I've got this error message when I build the code at gradle 4.10.2

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 ':simple_share' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.71

giandifra commented 5 years ago

i will update it

thanner commented 5 years ago

Same problem here.

I see there is a pull request at https://github.com/giandifra/simple_share/pull/6 Maybe that will solve the problem.

giandifra commented 5 years ago

Same problem here.

I see there is a pull request at #6 Maybe that will solve the problem.

i accept pull request, this has fixed the problem? thanks