depend on manifest addons in core addon modules

This commit is contained in:
dfsek 2021-11-17 12:20:18 -07:00
parent d7a131b733
commit 317ba915e7

View File

@ -1,3 +1,4 @@
dependencies { dependencies {
"shadedImplementation"("com.dfsek.tectonic:yaml:2.1.2") "shadedImplementation"("com.dfsek.tectonic:yaml:2.1.2")
"shadedApi"(project(":common:addons:manifest-addon-loader"))
} }