diff options
author | Allan Wang <me@allanwang.ca> | 2020-06-15 20:11:12 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2020-06-15 20:11:12 -0700 |
commit | 69b2d504934eab4e69b7ef9a574c6c7560cee54b (patch) | |
tree | 1da1badbefc8c3686b918d61dd92ad5896f4c7b9 /build.gradle | |
parent | 9aff74e3f14cc257e53dc2b8a18658b91e0a2802 (diff) | |
download | kau-69b2d504934eab4e69b7ef9a574c6c7560cee54b.tar.gz kau-69b2d504934eab4e69b7ef9a574c6c7560cee54b.tar.bz2 kau-69b2d504934eab4e69b7ef9a574c6c7560cee54b.zip |
Update AS and add hilt usage
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 1 |
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) |