当前位置:网站首页>Android build error: Plugin with id 'kotlin-android' not found.
Android build error: Plugin with id 'kotlin-android' not found.
2022-08-03 21:19: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 falseid 'com.android.library' version '7.1.2' apply false// Add the following sentenceid '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.
边栏推荐
- 《QDebug 2022年7月》
- 关于GPIO你真的懂了吗?这篇文章都给你整理好了
- C. Divan and bitwise operations
- PyCharm function automatically add comments without parameters
- C. Keshi Is Throwing a Party- Codeforces Global Round 17
- AWTK开发编译环境踩坑记录1(编译提示powershell.exe出错)
- ECCV 2022 | 清华&腾讯AI Lab提出REALY:重新思考3D人脸重建的评估方法
- [kali-vulnerability scanning] (2.1) Nessus download and installation (on)
- 详解虚拟机!京东大佬出品 HotSpot VM 源码剖析笔记(附完整源码)
- 图神经网络怎么入门?一文带你了解图神经网络入门路径-GNN入门
猜你喜欢
小朋友学C语言(3):整数、浮点数、字符
STP生成树
StoneDB 助力 2022 开放原子全球开源峰会
Engineering Effectiveness Governance for Agile Delivery
【kali-漏洞利用】(3.2)Metasploit基础(上):基础知识
今晚直播 | 8.2-8.4 与你聊聊开源与就业那些事!
Zero trust, which has been popular for more than ten years, why can't it be implemented?
IDaaS 是什么?一文说清它的价值
XSS漏洞复现
Often forget HiFlow 】 【 check-in?Use tencent cloud scenario connector to remind you every day.
随机推荐
template string
Linux操作Jmeter(附带:关于连接上redis无法进行写入操作的问题),JMeter配置多用户进行压力测试
用 setTimeout 来实现 setInterval
基于支持向量机的网络⼊侵检测系统的全面调查和分类
业界新标杆!阿里开源自研高并发编程核心笔记(2022 最新版)
手动输入班级人数及成绩求总成绩和平均成绩?
XSS测试
How can a cloud server safely use local AD/LDAP?
上课笔记(6)(1)——#629. 表达式括号匹配(stack)
A. Color the Picture- Codeforces Round #810 (Div. 1)
ES6 - Arrow Functions
15 years experience in software architect summary: in the field of ML, tread beginners, five hole
What is the role and difference between buildscript and allprojects?
如何使用 Jmeter获取登录token并设置为全局变量?
在树莓派上搭建属于自己的网页(4)
IDaaS 是什么?一文说清它的价值
华为设备配置VRRP与BFD联动实现快速切换
glusterfs build and use
在树莓派上搭建属于自己的网页(3)
肝完 Alibaba 这份面试通关宝典,我成功拿下今年第 15 个 Offer