mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 22:31:52 +00:00
move API project
This commit is contained in:
+2
-1
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user