当前位置:网站首页>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.
边栏推荐
- 算法--交错字符串(Kotlin)
- 化算力为战力:宁夏中卫的数字化转型启示录
- EasyCVR平台海康摄像头语音对讲功能配置的3个注意事项
- leetcode 剑指 Offer 15. 二进制中1的个数
- Pytorch GPU 训练环境搭建
- RNA-ATTO 390|RNA-ATTO 425|RNA-ATTO 465|RNA-ATTO 488|RNA-ATTO 495|RNA-ATTO 520近红外荧光染料标记核糖核酸RNA
- Matlab paper illustration drawing template No. 42 - bubble matrix diagram (correlation coefficient matrix diagram)
- nvm的使用 nodejs版本管理,解决用户名是汉字的问题
- leetcode 2119. Numbers reversed twice
- 华为设备VRRP配置命令
猜你喜欢

xss.haozi练习通关详解

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

倒计时2天,“文化数字化战略新型基础设施暨文化艺术链生态建设发布会”启幕在即

高并发,你真的理解透彻了吗?

博士申请 | 美国明尼苏达大学葛畅教授招收隐私数据管理方向全奖博士/硕士/博后/访问学者...

(十六)51单片机——红外遥控

In-depth understanding of JVM-memory structure

Node version switching tool NVM and npm source manager nrm

Advantages and Disadvantages of Blind and Buried Via PCB Stacked Via Design

力扣203-移除链表元素——链表
随机推荐
tkwebview2创作心得
华为设备VRRP配置命令
Abs (), fabs () and LABS ()
Li Mu hands-on learning deep learning V2-BERT fine-tuning and code implementation
一种能有效缓解环境噪声对音频质量干扰的方案
迪赛智慧数——柱状图(多色柱状图):2021年我国城市住户存款排名
Node version switching tool NVM and npm source manager nrm
leetcode 448. Find All Numbers Disappeared in an Array 找到所有数组中消失的数字(简单)
YARN功能介绍、交互流程及调度策略
2022 年值得尝试的 7 个 MQTT 客户端工具
收藏-即时通讯(IM)开源项目OpenIM-功能手册
Pytorch GPU 训练环境搭建
利用 rpush 和 blpop 实现 Redis 消息队列
abs()、fabs() 和 labs() 的区别
RNA-ATTO 390|RNA-ATTO 425|RNA-ATTO 465|RNA-ATTO 488|RNA-ATTO 495|RNA-ATTO 520近红外荧光染料标记核糖核酸RNA
微信小程序 生成跳转体验版url,可直接跳转到体验版小程序(可通过此方法测试模板消息)
Likou 59 - Spiral Matrix II - Boundary Judgment
汉源高科8光口12电口交换机千兆8光8电12电16电网管型工业以太网交换机
友宏医疗与Actxa签署Pre-M Diabetes TM 战略合作协议
在树莓派上搭建属于自己的网页(4)