Error:(115, 1) Execution failed for task ':app:processDevelopDebugManifest'.
> Cannot set the value of read-only property 'manifestFile' for task ':app:processDevelopDebugResources' of type com.android.build.gradle.tasks.ProcessAndroidResources.报错位置:
//将此次flavor的AndroidManifest.xml文件指定为我们修改过的这个文件
        variant.outputs[0].processResources.manifestFile = file("${buildDir}/intermediates/manifests/full/${variant.dirName}/AndroidManifest.xml")应该怎样修改