Some basic entities and project structure

This commit is contained in:
2015-03-20 14:18:29 +01:00
commit caf66ea9a5
24 changed files with 1614 additions and 0 deletions

6
settings.gradle Normal file
View File

@ -0,0 +1,6 @@
rootProject.name = 'Jabit'
include 'domain'
include 'networking'