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
+1 -1
View File
@@ -3,7 +3,7 @@ val platformOverrides = mapOf(
)
dependencies {
shadedApi(project(":common:implementation"))
api(project(":common:implementation"))
}
val taskSet = HashSet<AbstractArchiveTask>()