Merge "Delete kotlin/rules.bzl file"

This commit is contained in:
Alix Espino 2023-05-11 13:34:26 +00:00 committed by Gerrit Code Review
commit ea4b67d72c

View file

@ -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",
}
}