A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptExecution

前端 未结 30 1811
南旧
南旧 2020-12-12 20:01

All of sudden I start getting this error, and I am not getting idea why if anyone just let me know where this error is, will be enough helpful. As much I am able to get is t

30条回答
  •  执笔经年
    2020-12-12 20:39

    If you have upgraded to classpath 'com.android.tools.build:gradle:4.0.0' Replace it previous version

    dependencies {
        classpath 'com.android.tools.build:gradle:3.6.3'
    }
    

    And Change gradle-wrapper.properties

    distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-   all.zip`
    

提交回复
热议问题