Merge "Delete kotlin/rules.bzl file"
This commit is contained in:
commit
ea4b67d72c
1 changed files with 1 additions and 1 deletions
|
@ -2973,7 +2973,7 @@ type kotlinAttributes struct {
|
||||||
func ktJvmLibraryBazelTargetModuleProperties() bazel.BazelTargetModuleProperties {
|
func ktJvmLibraryBazelTargetModuleProperties() bazel.BazelTargetModuleProperties {
|
||||||
return bazel.BazelTargetModuleProperties{
|
return bazel.BazelTargetModuleProperties{
|
||||||
Rule_class: "kt_jvm_library",
|
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",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue