summaryrefslogtreecommitdiff
path: root/java/java.go
diff options
context:
space:
mode:
author Alix Espino <agespino@google.com> 2023-05-11 13:34:26 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2023-05-11 13:34:26 +0000
commitea4b67d72c163726b2e2b17e1a9ef012ea5d10b5 (patch)
tree1957aba164c272b8cebad0e54ffc811c5923d5e4 /java/java.go
parent494fca1328faf226378486b063d2f9323db6301c (diff)
parenta28acb5a16e7c16e11b393a84f686397ded0eb54 (diff)
Merge "Delete kotlin/rules.bzl file"
Diffstat (limited to 'java/java.go')
-rw-r--r--java/java.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/java.go b/java/java.go
index 06130cd18..a98762cf1 100644
--- a/java/java.go
+++ b/java/java.go
@@ -2973,7 +2973,7 @@ type kotlinAttributes struct {
func ktJvmLibraryBazelTargetModuleProperties() bazel.BazelTargetModuleProperties {
return bazel.BazelTargetModuleProperties{
Rule_class: "kt_jvm_library",
- Bzl_load_location: "//build/bazel/rules/kotlin:rules.bzl",
+ Bzl_load_location: "//build/bazel/rules/kotlin:kt_jvm_library.bzl",
}
}