database: remove LobstersPost table

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-02-28 19:07:26 +05:30
parent 75888c5ba6
commit 9d684536a1
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
5 changed files with 0 additions and 98 deletions

View file

@ -5,8 +5,6 @@ plugins {
}
dependencies {
implementation(Dependencies.ThirdParty.Moshi.lib)
implementation(Dependencies.ThirdParty.Moshi.moshiMetadataReflect)
testImplementation(Dependencies.Kotlin.Coroutines.core)
testImplementation(Dependencies.ThirdParty.SQLDelight.jvmDriver)
testImplementation(Dependencies.Testing.junit)