depend on manifest addons in core addon modules

This commit is contained in:
dfsek
2021-11-17 12:20:17 -07:00
parent 0e7f323036
commit 07a145d3c3

View File

@@ -1,3 +1,4 @@
dependencies {
"shadedApi"("com.googlecode.json-simple:json-simple:1.1.1")
"shadedApi"(project(":common:addons:manifest-addon-loader"))
}