当前位置:网站首页>Android build error: Plugin with id ‘kotlin-android‘ not found.
Android build error: Plugin with id ‘kotlin-android‘ not found.
2022-08-03 20:25:00 【Bing0lin】
Refrence
https://metapx.org/plugin-with-id-kotlin-android-not-found/
To fix the error, you need to add kotlin-gradle-plugin to your build.gradle file as shown below:
plugins {
id 'com.android.application' version '7.1.2' apply false
id 'com.android.library' version '7.1.2' apply false
// 添加下面这一句
id 'org.jetbrains.kotlin.android' version '1.6.21' apply false
}
task clean(type: Delete) {
delete rootProject.buildDir
}
The latest Android Studio lists the dependencies using Gradle plugins DSL as shown on Kotlin plugins for Gradle documentation.
边栏推荐
- 为什么 BI 软件都搞不定关联分析
- Detailed steps for tensorflow-gpu2.4.1 installation and configuration
- 信使mRNA甲基化偶联3-甲基胞嘧啶(m3C)|mRNA-m3C
- async 和 await 原来这么简单
- 2022 年值得尝试的 7 个 MQTT 客户端工具
- MapReduce介绍及执行过程
- 【飞控开发高级教程6】疯壳·开源编队无人机-AI语音控制
- RNA核糖核酸修饰Alexa 568/[email protected] 594/[email prote
- leetcode 125. 验证回文串
- leetcode 136. Numbers that appear only once (XOR!!)
猜你喜欢

Abs (), fabs () and LABS ()

李沐动手学深度学习V2-BERT微调和代码实现

转运RNA(tRNA)甲基化修饰7-甲基胞嘧啶(m7C)|tRNA-m7G

How can a cloud server safely use local AD/LDAP?

面试官:为什么 0.1 + 0.2 == 0.300000004?

华为设备配置VRRP与BFD联动实现快速切换

Li Mu hands-on learning deep learning V2-BERT fine-tuning and code implementation

调用EasyCVR接口时视频流请求出现404,并报错SSL Error,是什么原因?

Power button - 203 - remove the list elements linked list

不知道这4种缓存模式,敢说懂缓存吗?
随机推荐
leetcode 剑指 Offer 15. 二进制中1的个数
亚马逊云科技 Build On 2022 - AIot 第二季物联网专场实验心得
8.3模拟赛总结
收藏-即时通讯(IM)开源项目OpenIM-功能手册
若依集成browscap读取浏览器用户代理
leetcode 1837. K 进制表示下的各位数字总和
头条服务端一面经典10道面试题解析
迪赛智慧数——柱状图(多色柱状图):2021年我国城市住户存款排名
极验深知v2分析
leetcode 461. Hamming Distance
How can a cloud server safely use local AD/LDAP?
2022年强网杯rcefile wp
leetcode 136. 只出现一次的数字(异或!!)
ES6解构赋值--数组解构及对象解构
华为设备配置VRRP与BFD联动实现快速切换
在树莓派上搭建属于自己的网页(3)
xss.haozi练习通关详解
为什么 BI 软件都搞不定关联分析
通关剑指 Offer——剑指 Offer II 009. 乘积小于 K 的子数组
PHP according to the longitude and latitude calculated distance two points