TAIDONG - 2021年3月 TAIDONG's Blog 2021-03-02T13:19:00+08:00 Typecho https://www.zhangtaidong.cn/feed/atom/2021/03/ <![CDATA[使用Kotlin编写的android项目中出现Plugin with id 'kotlin-android' not found.]]> https://www.zhangtaidong.cn/archives/136/ 2021-03-02T13:19:00+08:00 2021-03-02T13:19:00+08:00 TAIDONG http://www.zhangtaidong.cn 你可以查看下你的项目Gradle文件,加上如图两行代码:

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

1126505-20190530212456412-1806884153.png

]]>