I'm making a simple RetroFit application for educational purposes, and use IntelliJ IDEA as my IDE.
I have imported the Retrofit library properly (at least I think I have) but I'm not able to get the Gson Converter package. I have the gson.jar from google installed but nowhere in either of these libraries is there a class called "GsonConverterFactory", which is required for me to parse JSON.
Edit: I'm on Windows.