Skip to content

Commit

Permalink
rename tag to kt_prune_android_transitive_deps_incompatible
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoroste authored Oct 18, 2022
1 parent c6e0817 commit 377c9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotlin/internal/jvm/android.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def _kt_android_artifact(
base_deps = [_ANDROID_SDK_JAR] + deps

exported_target_labels = [kt_name]
if "kt_prune_transitive_deps_incompatible" in tags:
if "kt_prune_android_transitive_deps_incompatible" in tags:
# TODO(https://github.com/bazelbuild/rules_kotlin/issues/556): replace with starlark
# buildifier: disable=native-android
native.android_library(
Expand Down

0 comments on commit 377c9a7

Please sign in to comment.