Pawan Kumar Singh
Results
2
comments of
Pawan Kumar Singh
Facing the same issue with below error * What went wrong: Execution failed for task ':app:checkUatDebugDuplicateClasses'. > A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable > Duplicate class android.support.v4.app.INotificationSideChannel found in modules...
This is fixed by adding below line in gradle.properties file # Automatically convert third-party libraries to use AndroidX android.enableJetifier=true