hey guys
I am getting an error as unresolved reference when I type
Copy code
import com.github.kittinunf.fuel.httpGet
the dependency is already in my gradle build file
sorry if this seems a noobish question, but it's my first time to deal with JVM ecosystem
v
Vampire
01/22/2021, 3:12 PM
Is Gradle able to build it and only your IDE not finding the class, then you probably didn't refresh the Gradle project after you changed the build script.
In the upper right corner of the build script or in the Gradle tool window you can refresh it.