android: add Hilt module for LobstersApi

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-06-07 11:13:43 +05:30
parent 294052e309
commit 8f4d270c87
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
5 changed files with 81 additions and 0 deletions

View file

@ -8,6 +8,7 @@ buildscript {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.10")
classpath("com.android.tools.build:gradle:4.1.1")
classpath("com.diffplug.spotless:spotless-plugin-gradle:5.12.5")
classpath("com.google.dagger:hilt-android-gradle-plugin:2.36")
}
}