full reborn

This commit is contained in:
2021-11-24 13:52:27 +06:00
parent 0ac6b0a4df
commit 6a6a197041
246 changed files with 4327 additions and 6952 deletions

View File

@@ -1,21 +1,36 @@
rootProject.name='postssystem'
rootProject.name = 'postssystem'
String[] includes = [
':core:api',
':core:exposed',
':core:ktor:common',
':core:ktor:client',
':core:ktor:server',
":features:common:common",
":features:common:client",
":features:common:server",
':publishing:api',
':publishing:exposed',
':publishing:ktor:common',
':publishing:ktor:client',
':publishing:ktor:server',
":features:files:common",
":features:files:client",
":features:files:server",
':business_cases:post_creating:server',
':business_cases:post_creating:common',
':business_cases:post_creating:client',
":features:status:common",
":features:status:client",
":features:status:server",
":features:users:common",
":features:users:client",
":features:users:server",
":features:roles:common",
":features:roles:client",
":features:roles:server",
":features:roles:manager:common",
":features:roles:manager:client",
":features:roles:manager:server",
":features:auth:common",
":features:auth:client",
":features:auth:server",
":server",
":client",
]