Skip to content
New issue

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

kapt下,解析器构造方法带有可变参数类型时,生成的BaseRxHttp.toObservableXxx方法报错 #444

Closed
liujingxing opened this issue Jun 29, 2023 · 1 comment

Comments

@liujingxing
Copy link
Owner

No description provided.

@liujingxing
Copy link
Owner Author

@Parser(name = "Response", wrappers = [PageList::class])
open class ResponseParser<T> : TypeParser<T> {
    protected constructor() : super()
    constructor(type: Type, vararg a:Int) : super(type)

   //省略部分代码
}

rebuild后报错

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant