mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 20:17:02 +05:30
database: add Post model
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
f17becff10
commit
f3b02e8fc2
2 changed files with 59 additions and 0 deletions
|
@ -4,3 +4,7 @@ plugins {
|
|||
id("com.squareup.sqldelight")
|
||||
`lobsters-plugin`
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(project(":model"))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue