gradle: re-add api subproject

This commit is contained in:
Harsh Shandilya 2022-08-02 22:20:03 +05:30
parent 3d496c99c1
commit 000b782b86
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -97,6 +97,7 @@ rootProject.name = "Claw"
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
include(
"api",
"model",
)