Error : Java to Kotlin

Error : Declaring custom 'clean' task when using the standard Gradle lifecycle plugins is not allowed - android kotlin (java to kotlin)

build.gradle (project)

Please try this 

clean {
    delete rootProject.buildDir
}

instead of

task clean(type: Delete) {
    delete rootProject.buildDir

}

Comments

Popular posts from this blog