标签: android android-gradle mockito mockwebserver
从
com.squareup.okhttp3:mockwebserver:3.8.0'
到
com.squareup.okhttp3:mockwebserver:4.0.1'
并开始获取:不能从静态上下文中引用非静态方法redirectsToGet(String)
答案 0 :(得分:4)
它在okhttp3.internal.http.HttpMethod和
okhttp3.internal.http.HttpMethod
The okhttp3.internal package is not a published API and we change it frequently without warning. Depending on code in this package is bad and will cause you problems with any upgrade! But the 4.x will be particularly painful to naughty developers that import from this package! We changed a lot to take advantage of sweet Kotlin features.