all: use Dagger Hilt VM injection

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-01-18 18:46:19 +05:30
parent e9a55cc1db
commit 19c5bac6d3
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
6 changed files with 8 additions and 13 deletions

View file

@ -7,7 +7,6 @@ plugins {
dependencies {
kapt(Dependencies.AndroidX.Hilt.daggerCompiler)
kapt(Dependencies.AndroidX.Hilt.daggerHiltCompiler)
kapt(Dependencies.ThirdParty.Moshi.codegen)
api(Dependencies.ThirdParty.Retrofit.lib)
implementation(Dependencies.AndroidX.Hilt.dagger)