shyandsy / cipher2

a flutter plugin for AES encryption and decryption
GNU General Public License v3.0
43 stars 40 forks source link

org.jetbrains.kotlin:kotlin-gradle-plugin version? #29

Open 0x1af2aec8f957 opened 4 years ago

0x1af2aec8f957 commented 4 years ago

The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.10 and higher. The following dependencies do not satisfy the required version: project ':cipher2' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.71

yangyoupeng commented 4 years ago

我也遇到 这个问题了

zhujiahong commented 4 years ago

我也遇到了 有大神解决了吗

emersonjones commented 4 years ago

how did they solve it?

DipsySu commented 4 years ago

how did they solve it?

you can change this plugin's support kotlin_version in ' /Users/***/flutter/.pub-cache/hosted/pub.flutter-io.cn/cipher2-xxxx/android/build.gradle' , ext.kotlin_version = 1.3.10

DipsySu commented 4 years ago

我也遇到了 有大神解决了吗

修改支持的最低版本就好了;

图像2020-4-20 下午1 53

emersonjones commented 4 years ago

thanks for the help master