Add LobstersRepo to handle DB operations

Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>
This commit is contained in:
Aditya Wasan 2020-12-20 16:21:18 +05:30 committed by Harsh Shandilya
parent 4f9d0c09ef
commit 3bcdcbdac7
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
8 changed files with 99 additions and 7 deletions

View file

@ -44,6 +44,7 @@ dependencies {
implementation(Dependencies.Kotlin.Coroutines.android)
implementation(Dependencies.ThirdParty.accompanist)
implementation(Dependencies.ThirdParty.Moshi.lib)
implementation(Dependencies.ThirdParty.SQLDelight.androidDriver)
testImplementation(Dependencies.Testing.junit)
androidTestImplementation(Dependencies.Testing.daggerHilt)
androidTestImplementation(Dependencies.Testing.uiTest)