mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 15:37:01 +05:30
all: move model classes to database, rename model to api
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
62d7590501
commit
b18de72bdd
20 changed files with 46 additions and 34 deletions
|
@ -1,3 +1,3 @@
|
|||
rootProject.name = "Claw for lobste.rs"
|
||||
include(":app", ":database", ":model")
|
||||
include(":app", ":api", ":database")
|
||||
enableFeaturePreview("GRADLE_METADATA")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue