We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@rxhttp.wrapper.annotation.Parser(name = "User") class UserParser<T, F, S>(vararg type: Type) : Parser<User> { override fun onParse(response: Response): User { TODO("Not yet implemented") } }
错误如下
ksp以上两个错误都有,kapt仅有第二个错误
The text was updated successfully, but these errors were encountered:
fix #449 修复解析器声明了泛型,但onParse方法返回具体的实体类,编译报错问题
e75eeef
fc2880f
No branches or pull requests
错误如下
ksp以上两个错误都有,kapt仅有第二个错误
The text was updated successfully, but these errors were encountered: