gstory0404 / GTAds

Flutter聚合广告插件GTAds,支持自定义广告插入,支持按需动态集成多个广告,目前支持字节穿山甲、百度百青藤、腾讯优量汇、sigmob、快手

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

编译失败

pensacola1989 opened this issue · comments

commented

你好,很棒的插件,但是在安卓上编译遇到如下报错信息,应该是kotlin版本问题,我其他插件可能有版本的要求,我考虑降级Gradle,但是怕影响别的插件,这个flutter-tencent的kotlin依赖,能否提高一些,如1.5x/1.6x?谢谢

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 ':flutter_tencentad' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50
commented

考虑到兼容性,kotlin版本不会升级太高,可以考虑降低项目的Gradle版本 @pensacola1989

commented

@gstory0404 但是很奇怪。我朋友也用你这个,他kotlin的版本跟我一样,gradle是7.1.3,我是7.3.1,😂, 我先降级Gradle试试吧。

commented

@gstory0404 降到7.1.2 ok了。