mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 03:17:03 +05:30
data: add database for lobsters posts
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
699a475315
commit
96c25c428d
6 changed files with 112 additions and 2 deletions
|
@ -4,7 +4,6 @@ plugins {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
def moshi_version = "1.9.3"
|
||||
api "androidx.room:room-runtime:$room_version"
|
||||
kapt "com.squareup.moshi:moshi-kotlin-codegen:$moshi_version"
|
||||
implementation "com.squareup.moshi:moshi:$moshi_version"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue