rename mod-common to mixin-common

This commit is contained in:
dfsek
2022-06-22 07:23:39 -07:00
parent 42cf7b9543
commit 3139416b35
56 changed files with 5 additions and 5 deletions

View File

@@ -18,9 +18,9 @@ configurations {
dependencies {
shadedApi(project(":common:implementation:base"))
"common"(project(path = ":platforms:mod-common", configuration = "namedElements")) { isTransitive = false }
shaded(project(path = ":platforms:mod-common", configuration = "transformProductionForge")) { isTransitive = false }
"developmentForge"(project(":platforms:mod-common", configuration = "namedElements")) {
"common"(project(path = ":platforms:mixin-common", configuration = "namedElements")) { isTransitive = false }
shaded(project(path = ":platforms:mixin-common", configuration = "transformProductionForge")) { isTransitive = false }
"developmentForge"(project(":platforms:mixin-common", configuration = "namedElements")) {
isTransitive = false
}