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