[BIG REFACTOR] Create new project structure and prepare scaffolding for external modules system

This commit is contained in:
2020-03-09 19:30:43 +01:00
parent ae9406cc50
commit dcdecee28f
155 changed files with 290 additions and 192 deletions

View File

@@ -1,2 +1,8 @@
rootProject.name = 'smnp'
rootProject.name = 'io.smnp'
include 'api'
include 'app'
include 'modules'
//include 'modules:A'
//include 'modules:B'
//include 'modules:C'