TAIDONG - 2021年3月 https://www.zhangtaidong.cn/2021/03/ zh-CN TAIDONG's Blog Tue, 02 Mar 2021 13:19:00 +0800 Tue, 02 Mar 2021 13:19:00 +0800 使用Kotlin编写的android项目中出现Plugin with id 'kotlin-android' not found. https://www.zhangtaidong.cn/archives/136/ https://www.zhangtaidong.cn/archives/136/ Tue, 02 Mar 2021 13:19:00 +0800 TAIDONG 你可以查看下你的项目Gradle文件,加上如图两行代码:

ext.kotlin_version="1.3.30"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

1126505-20190530212456412-1806884153.png

]]>
0 https://www.zhangtaidong.cn/archives/136/#comments https://www.zhangtaidong.cn/feed/2021/03/