aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2020-06-27 23:10:57 -0700
committerGitHub <noreply@github.com>2020-06-27 23:10:57 -0700
commit813f3867839d015c123625eb0a4586e79e210200 (patch)
tree322e6852a59ef773577a19ee5dc01f2cd8f1ac23 /build.gradle
parent9aff74e3f14cc257e53dc2b8a18658b91e0a2802 (diff)
parent2368c3fe526b99427560332e2ec3ecec57870294 (diff)
downloadkau-813f3867839d015c123625eb0a4586e79e210200.tar.gz
kau-813f3867839d015c123625eb0a4586e79e210200.tar.bz2
kau-813f3867839d015c123625eb0a4586e79e210200.zip
Merge pull request #254 from AllanWang/hilt
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 3a880b2..bf525cd 100644
--- a/build.gradle
+++ b/build.gradle
@@ -18,6 +18,7 @@ buildscript {
classpath Plugins.dexCount
classpath Plugins.gitVersion
classpath Plugins.spotless
+ classpath 'com.google.dagger:hilt-android-gradle-plugin:2.28-alpha'
}
wrapper.setDistributionType(Wrapper.DistributionType.ALL)