Split photon-server and photon-core (#211)

Uses multiple Gradle projects to support the split.
This commit is contained in:
Banks T
2021-01-14 21:45:26 -05:00
committed by GitHub
parent dc0f8cf296
commit 58b39f47aa
531 changed files with 310 additions and 1317 deletions

2
settings.gradle Normal file
View File

@@ -0,0 +1,2 @@
include 'photon-core'
include 'photon-server'