add configurators for ktor server

This commit is contained in:
2020-08-12 19:42:18 +06:00
parent 03e0728fdf
commit 46c84099be
7 changed files with 137 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ String[] includes = [
':core:ktor',
':core:ktor:common',
':core:ktor:client',
':core:ktor:server',
':publishing:api',
':publishing:exposed',