No type arguments expected for class Call
又又又出现的问题
当我们使用retrofit范型错误会报如上问题
- 针对如上问题,我找到了出现相同问题的解决方案
- 链接传送门:Kotlin调用Retrofit 2 使用范型报错:No type arguments expected for class Call
- 原原原问题:stackoverflow-No type arguments expected for class Call
解决方案
修改为
import retrofit2.Call