I'm unable to get a List of generic type from a custom class (Turns): val turnsType = TypeToken<List<…
I have the following method in my project public void execute(final int apiId, final ResponseHandler handler, final Type type) …