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
kotlin + gradle项目,使用kapt生成的代理类,缺少继承的父类的字段,ksp下生成正常。
The text was updated successfully, but these errors were encountered:
我这边拉源码下来调试,发现apt那边确实拿不到父类信息,在gradle.properties中将kapt.use.k2=true去掉就正常了,估计是kapt的k2模式有bug,不是框架的问题
Sorry, something went wrong.
@hzychen 👌
No branches or pull requests
kotlin + gradle项目,使用kapt生成的代理类,缺少继承的父类的字段,ksp下生成正常。
The text was updated successfully, but these errors were encountered: