lobsters-api: remove

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-11-08 16:14:48 +05:30
parent 05b5ecaa5f
commit b71bb9e48d
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
11 changed files with 1 additions and 118 deletions

View file

@ -65,7 +65,6 @@ dependencies {
kapt(Dependencies.AndroidX.Hilt.daggerHiltCompiler)
kapt(Dependencies.AndroidX.Room.compiler)
kapt(Dependencies.ThirdParty.Roomigrant.compiler)
implementation(project(":lobsters-api"))
implementation(project(":model"))
implementation(Dependencies.AndroidX.activityKtx)
implementation(Dependencies.AndroidX.appCompat)