样例燃料请求编译错误

时间:2019-06-22 17:40:39

标签: android rest kotlin fuel

我打算在Android项目中使用Fuel库。

我在Gradle文件中添加了以下内容:

//core
implementation 'com.github.kittinunf.fuel:fuel:2.1.0'
//packages
implementation 'com.github.kittinunf.fuel:fuel-android:2.1.0'
implementation 'com.github.kittinunf.fuel:fuel-json:2.1.0'

已成功解决。

我将quick start代码复制到一个类中,并且在尝试编译时得到以下内容:

enter image description here

还需要什么?

1 个答案:

答案 0 :(得分:1)

确保要导入:

import com.github.kittinunf.result.Result

否则,它将尝试使用Kotlin的Result class