android 编译错误::Extension with name 'kotlin' does not exist


An exception occurred applying plugin request [id: 'kotlin-kapt']
> Failed to apply plugin 'kotlin-kapt'.
> Extension with name 'kotlin' does not exist. Currently registered extension names: [ext, defaultArtifacts, sourceSets, reporting, java, javaToolchains, buildOutputs, android, androidComponents, androidComponents_compat_by_type, kapt]

* Try:
Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Exception is:
org.gradle.api.plugins.InvalidPluginException: An exception occurred applying plugin request [id: 'kotlin-kapt']

 

 

这个错误比较少见了,,,,我是因为

plugins {

    id 'com.android.library'
id 'kotlin-kapt'
id 'kotlin-android'
}
 id 'kotlin-kapt'
id 'kotlin-android'的位置互换就行了

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM