#-------- Error this Execution failed for task ':app:minifyReleaseWithR8'.
A failure occurred while executing com.android.build.gradle.internal.tasks.R8Task$R8Runnable Compilation failed to complete
#ans
buildTypes {
release {
//Add the following two line
minifyEnabled false
shrinkResources false
//
signingConfig = signingConfigs.release
}
}