improve addon dependency system

This commit is contained in:
dfsek
2022-04-29 23:03:18 -07:00
parent d2795bfdb6
commit 4396623420
40 changed files with 104 additions and 102 deletions

View File

@@ -1,3 +1,3 @@
dependencies {
"shadedApi"(project(":common:api"))
"api"(project(":common:api"))
}