We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d15d99 commit 83ab907Copy full SHA for 83ab907
kotlin/internal/jvm/android.bzl
@@ -21,7 +21,7 @@ load(
21
_kt_jvm_library = "kt_jvm_library",
22
)
23
24
-_ANDROID_SDK_JAR = "%s" % Label("@rules_android//third_party:android_sdk")
+_ANDROID_SDK_JAR = "%s" % Label("//third_party:android_sdk")
25
26
def _kt_android_artifact(
27
name,
0 commit comments