This screenshot shows my gradle build file
This one shows my main class, where im using the class
So what im trying to do is import the OKHTTP client lib into my project via gradle, i've included the dependency compile statement and the mavencentral repository but somehow its not showing up in my main file. It seems like the right gradle file too.