rename manifest-addon-loader to addon-loader-manifest

This commit is contained in:
dfsek
2026-01-02 22:15:14 -07:00
parent e9d30b8794
commit b9af66848a
49 changed files with 36 additions and 36 deletions

View File

@@ -1,5 +1,5 @@
version = version("1.0.0")
dependencies {
compileOnlyApi(project(":common:addons:manifest-addon-loader"))
compileOnlyApi(project(":common:addons:addon-loader-manifest"))
}