libpag / pag-flutter

The PAG SDK demo for the flutter platform.
Other
55 stars 23 forks source link

kotlin-gradle-plugin版本不兼容 #44

Open Cedar-byte opened 7 months ago

Cedar-byte commented 7 months ago

依赖版本号1.0.4,运行报错: 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 ':pag' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.20

ChengYu08 commented 5 months ago

改为 org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.20 依旧有问题 感觉是flutter 版本问题 我看插件内还是 environment: sdk: ">=2.12.0 <3.0.0" flutter: ">=1.20.0"

我们项目都是 environment: sdk: '>=3.2.0 <4.0.0'

Fifapig commented 5 months ago

有什么解决方案吗?

shejishi commented 2 months ago

遇到同样的问题,有解决方案吗?