Delete kotlin/rules.bzl file

Bug: 277800767
Test: treehugger
Change-Id: I5cff1e4bbb18b9145335169bc4edb0d569525b35
This commit is contained in:
Alix
2023-05-08 15:41:01 +00:00
parent c0bdca9110
commit a28acb5a16

View File

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