Add backend module

This commit is contained in:
Matte23
2020-12-29 23:38:19 +01:00
parent 13abf510a9
commit c4e2c1950a
11 changed files with 257 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
include(":backend")
include(":shared")
include(":app")
rootProject.name = "Circolapp"