I\'m getting this error in Gradle in Android Studio:
:cart:transformClassesWithInstantRunForDebug FAILED Error:Execution failed for task :cart:transformCla
Something you can try is deleting the build folder. That does not always work but fixes it sometimes.
rm -rf cart/build
If that does not work. Run that command then in Android Studio select invalidate caches and restart.