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
Release 0.7.0 is not fully defined yet, but some changes / improvements might be:
Remove WORKSPACE support (WORKSPACE support is default "off" in Bazel 8 and will be removed completely in Bazel 9)
Integration with rules_kotlin (e.g. compiling kt sources directly in android_library)
Finish moving all tool dependencies to rules_android repo (i.e. stop depending on the "remote android tools")
Improve APIs (the "processor pipeline") / framework for extending the Android rules
Use Starlark ProguardSpecInfo from rules_java
The text was updated successfully, but these errors were encountered:
ted-xie
ahumesky
No branches or pull requests
Release 0.7.0 is not fully defined yet, but some changes / improvements might be:
Remove WORKSPACE support (WORKSPACE support is default "off" in Bazel 8 and will be removed completely in Bazel 9)
Integration with rules_kotlin (e.g. compiling kt sources directly in android_library)
Finish moving all tool dependencies to rules_android repo (i.e. stop depending on the "remote android tools")
Improve APIs (the "processor pipeline") / framework for extending the Android rules
Use Starlark ProguardSpecInfo from rules_java
The text was updated successfully, but these errors were encountered: