首页
科技
登录
6mi
u
盘
搜
搜 索
科技
android 编译报错:The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.10 and higher
android 编译报错:The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.10 and higher
it
2022-05-05
155
其实log已经写的比较明白了,当前kotlin版本太低了,Gradle支持1.3.10或者更高版本的,所以我们把kotlin调高一点
打开build.grade->
buildscript { ext.kotlin_version = '1.2.50'-->改为1。3.10 repositories { google() jcenter() }
重新编译一下就OK了。
转载请注明原文地址: https://win8.8miu.com/read-5450.html
专利
最新回复
(
0
)