My project was working fine on my work PC but after grabbing the same code from git on my MAC I get a bunch of errors.
java: package org.junit does not exist
Error:(6, 23) java: package com.google.gson does not exist
etc
How do I go about fixing this? I'm using Gradle 4.2 and I edited the "Use Local Gradle Location" (Preferences -> Build, Execution, Deployment -> Gradle -> Gradle Home) from the C: drive location to the correct location on my Mac, but I'm having no luck. :(