当前位置:网站首页>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.
边栏推荐
猜你喜欢
idea2021.1.3配置Gradle步骤
函数,递归以及dom简单操作
在树莓派上搭建属于自己的网页(4)
解决npm -v查看npm版本出现npm WARN config global `--global`, `--local` are deprecated. Use `--location报错
独立站卖家在哪些平台做社交媒体营销效果最好?
字节跳动软件测试岗,前两面过了,第三面HR天坑,结局透心凉...
迪赛智慧数——柱状图(多色柱状图):2021年我国城市住户存款排名
1 秒完成授权,Authing 全新上线一键登录功能
2021年数据泄露成本报告解读
《强化学习周刊》第56期:GraphIRL、REDEEMER & 眼科强化学习的潜在研究
随机推荐
XSS练习---一次循环和两次循环问题
1 秒完成授权,Authing 全新上线一键登录功能
直播平台怎么搭建,针对输入框的各种组件
Security Fundamentals 8 --- XSS
Markdown syntax
What is the role and difference between buildscript and allprojects?
[3D检测系列-PV-RCNN] PV-RCNN论文详解、PV-RCNN代码复现、包含官网PV-RCNN预训练权重及报错问题
C. awoo‘s Favorite Problem--Educational Codeforces Round 130 (Rated for Div. 2)
glusterfs build and use
AI首席架构师13-AICA-智能文档分析技术在行业场景中的应用
Soft exam system analysts note experience sharing: theory of protracted war
StoneDB 开源社区月刊 | 202207期
XSS practice - cycle and two cycle problem at a time
一体化HTAP数据库如此难,为什么他们还要做?
小朋友学C语言(1):Hello World
主板设计中:网络变压器与RJ45网口之间应该保持什么样的距离?
深度学习怎么入门?零基础快速入门深度学习
详解虚拟机!京东大佬出品 HotSpot VM 源码剖析笔记(附完整源码)
Markdown语法
nvm的使用 nodejs版本管理,解决用户名是汉字的问题