finogeeks / mop-flutter-sdk

FinClip 小程序 Flutter SDK 插件,用于在 Flutter 应用中运行小程序 / Flutter SDK for FinClip
https://finclip.com/
MIT License
91 stars 33 forks source link

FAILURE: Build failed with an exception. * What went wrong: 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 ':mop' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.61 #16

Open canyuegongzi opened 8 months ago

canyuegongzi commented 8 months ago

window

FAILURE: Build failed with an exception.

e61830bf0a45064f9818b034fa46ebb

beishicat commented 8 months ago

Gradle 版本问题吗,我以前也遇到了,但是我 fork 了一份,修改了 Gradle 版本,你可以去看看,昨天同步了他们最新的代码。

canyuegongzi commented 8 months ago

Gradle

我直接修改了库里面的版本,临时解决了

beishicat commented 8 months ago

Gradle

我直接修改了库里面的版本,临时解决了

这样也是可以的,我最开始就这么干,但是多人开发,其他人也需要这么改,然后自己 fork 了一份改了。