You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@MrZhousf
val builder: OkHttpUtil.Builder = OkHttpUtil.Builder()//这里报错。
if (timeOut != 0) {
builder.setReadTimeout(timeOut)
}
if (downloadFileDir != null && downloadFileDir.isNotEmpty()) {
builder.setDownloadFileDir(downloadFileDir)
}
Overload resolution ambiguity. All these functions match.
public constructor Builder() defined in com.okhttplib.OkHttpUtil.Builder
public open fun Builder(): OkHttpUtil.Builder! defined in com.okhttplib.OkHttpUtil
The text was updated successfully, but these errors were encountered:
@MrZhousf
val builder: OkHttpUtil.Builder = OkHttpUtil.Builder()//这里报错。
if (timeOut != 0) {
builder.setReadTimeout(timeOut)
}
if (downloadFileDir != null && downloadFileDir.isNotEmpty()) {
builder.setDownloadFileDir(downloadFileDir)
}
Overload resolution ambiguity. All these functions match.
public constructor Builder() defined in com.okhttplib.OkHttpUtil.Builder
public open fun Builder(): OkHttpUtil.Builder! defined in com.okhttplib.OkHttpUtil
The text was updated successfully, but these errors were encountered: