当前位置:网站首页>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.
边栏推荐
- C. awoo‘s Favorite Problem--Educational Codeforces Round 130 (Rated for Div. 2)
- 简单又有效的基本折线图制作方法
- 3种圆形按钮悬浮和点击事件
- Cesium 修改鼠标样式
- XSS线上靶场---haozi
- 华为设备配置VRRP与BFD联动实现快速切换
- 【kali-漏洞扫描】(2.1)Nessus下载安装(上)
- glusterfs build and use
- [kali-vulnerability scanning] (2.1) Nessus download and installation (on)
- 字节跳动软件测试岗,前两面过了,第三面HR天坑,结局透心凉...
猜你喜欢
随机推荐
《富爸爸,穷爸爸》思维导图和学习笔记
ES、Kibana 8.0安装
2022年1~7月语音合成(TTS)和语音识别(ASR)论文月报
LeetCode_位数统计_中等_400.第 N 位数字
template string
小朋友学C语言(1):Hello World
LeetCode_Digit Statistics_Medium_400. Nth Digit
STP生成树
在树莓派上搭建属于自己的网页(3)
2022-8-3 第七组 潘堂智 锁、多线程
解决This application failed to start because no Qt platform plugin could be initialized的办法
检测和控制影子IT的五个步骤
DDD 中的几个困难问题
svg+js订单确认按钮动画js特效
云图说丨初识华为云微服务引擎CSE
XSS practice - cycle and two cycle problem at a time
gtk实现图片旋转
6. XML
[3D检测系列-PV-RCNN] PV-RCNN论文详解、PV-RCNN代码复现、包含官网PV-RCNN预训练权重及报错问题
C. Keshi Is Throwing a Party- Codeforces Global Round 17









