all: move model classes to database, rename model to api

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-12-17 12:30:03 +05:30
parent 62d7590501
commit b18de72bdd
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
20 changed files with 46 additions and 34 deletions

View file

@ -1,3 +1,3 @@
rootProject.name = "Claw for lobste.rs"
include(":app", ":database", ":model")
include(":app", ":api", ":database")
enableFeaturePreview("GRADLE_METADATA")