Im getting a method not found in this code because of getNetworkInterceptors$okhttp().
public boolean shouldRegisterNetworkInterceptor() {
return httpBuilder != null && httpBuilder.getNetworkInterceptors$okhttp() != null
&& httpBuilder.getNetworkInterceptors$okhttp().isEmpty();
}
Version: 1.0.23
Im getting a method not found in this code because of
getNetworkInterceptors$okhttp().Version: 1.0.23