0
点赞
收藏
分享

微信扫一扫

【Android,Kotlin】No type arguments expected for class Call


No type arguments expected for class Call

又又又出现的问题
【Android,Kotlin】No type arguments expected for class Call_kotlin
当我们使用retrofit范型错误会报如上问题

  • 针对如上问题,我找到了出现相同问题的解决方案
  • 链接传送门:​​Kotlin调用Retrofit 2 使用范型报错:No type arguments expected for class Call​​
  • 原原原问题:​​stackoverflow-No type arguments expected for class Call​​

解决方案
【Android,Kotlin】No type arguments expected for class Call_范型_02
修改为

import retrofit2.Call


举报

相关推荐

Kotlin - 类 class

0 条评论