move API project

This commit is contained in:
dfsek
2021-09-19 11:20:50 -07:00
parent c6bdf2e37a
commit acf3844139
184 changed files with 12 additions and 6 deletions
+2 -1
View File
@@ -1,6 +1,5 @@
rootProject.name = "Terra"
include("common:api")
include("common:implementation")
include("common:loader:config")
@@ -15,6 +14,8 @@ fun includeImmediateChildren(dir: File, type: String) {
}
}
includeImmediateChildren(file("common/api"), "API")
includeImmediateChildren(file("common/addons"), "addon")
includeImmediateChildren(file("platforms"), "platform")