aboutsummaryrefslogtreecommitdiff
path: root/WORKSPACE
diff options
context:
space:
mode:
authordanysantiago <danysantiago@google.com>2019-12-09 17:31:10 -0800
committerKurt Alfred Kluever <kak@google.com>2019-12-16 10:36:42 -0500
commit469178393309d0daf0e69783467547a035537fe5 (patch)
tree5f8bbdc985c54d18d131229e2d6cd4b38ef3e24a /WORKSPACE
parenta80b05e9c97ad975af027e43e2f683733eec4616 (diff)
downloaddagger2-469178393309d0daf0e69783467547a035537fe5.tar.gz
Automated g4 rollback of changelist 283574407.
*** Reason for rollback *** Caused b/145946461 *** Original change description *** Propagate qualifiers for field injections in MemberInjectors. Having qualifiers in the generated MemberInjectors helps the root downstream processor read Kotlin property annotations that are lost across compilations due to https://youtrack.jetbrains.com/issue/KT-34684 When Dagger is applied to all subprojects with @Inject fields or constructors then this change fixes #1659. *** ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=284670569
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE21
1 files changed, 0 insertions, 21 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 392e6170e..24f3e1f67 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -60,24 +60,3 @@ maven_install(
"https://maven.google.com",
],
)
-
-# TODO(user): Remove once Google publishes internal Kotlin rules.
-load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
-
-RULES_KOTLIN_VERSION = "legacy-1.3.0-rc1"
-
-RULES_KOTLIN_SHA = "9de078258235ea48021830b1669bbbb678d7c3bdffd3435f4c0817c921a88e42"
-
-http_archive(
- name = "io_bazel_rules_kotlin",
- sha256 = RULES_KOTLIN_SHA,
- strip_prefix = "rules_kotlin-%s" % RULES_KOTLIN_VERSION,
- type = "zip",
- urls = ["https://github.com/bazelbuild/rules_kotlin/archive/%s.zip" % RULES_KOTLIN_VERSION],
-)
-
-load("@io_bazel_rules_kotlin//kotlin:kotlin.bzl", "kotlin_repositories", "kt_register_toolchains")
-
-kotlin_repositories()
-
-kt_register_toolchains()