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

阅读 62

2022-06-23


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


精彩评论(0)

0 0 举报