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
在使用 @param var name: String 的时候报错,我用的是kapt,路由能正常跳转,但是加了@param 就会报错,怎么解决!
报错如下: Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.9/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD FAILED in 2s 238 actionable tasks: 11 executed, 227 up-to-date
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在使用
@param
var name: String
的时候报错,我用的是kapt,路由能正常跳转,但是加了@param 就会报错,怎么解决!
报错如下:
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.9/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD FAILED in 2s
238 actionable tasks: 11 executed, 227 up-to-date
The text was updated successfully, but these errors were encountered: