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
@bazel_tools//tools/android:android_jar
This is similar to #1267 but for rules_android.
rules_android
The issue is that @rules_kotlin depends on @@bazel_tools//tools/android:android_jar which was removed in Bazel 8.0.1.
@rules_kotlin
@@bazel_tools//tools/android:android_jar
This will need to be updated to use the dependency in rules_android (@rules_android//tools/android:android_jar) instead.
@rules_android//tools/android:android_jar
The text was updated successfully, but these errors were encountered:
This will all go away with the transition to the new android rules.
Sorry, something went wrong.
I think @Bencodes is pushing on that.
Bencodes
No branches or pull requests
This is similar to #1267 but for
rules_android
.The issue is that
@rules_kotlin
depends on@@bazel_tools//tools/android:android_jar
which was removed in Bazel 8.0.1.This will need to be updated to use the dependency in rules_android (
@rules_android//tools/android:android_jar
) instead.The text was updated successfully, but these errors were encountered: