Disable Phonos compat until I can fix remap issues

This commit is contained in:
Motschen
2022-11-30 16:03:18 +01:00
parent 94c6929099
commit 08324fbfb6
4 changed files with 2 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ dependencies {
common(project(path: ":common", configuration: "namedElements")) { transitive false }
shadowCommon(project(path: ":common", configuration: "transformProductionFabric")) { transitive false }
common(project(path: ":fabric-like", configuration: "namedElements")) { transitive false }
shadowCommon(project(path: ":fabric-like", configuration: "transformProductionFabric")) { transitive false }
//shadowCommon(project(path: ":fabric-like", configuration: "transformProductionFabric")) { transitive false }
}
processResources {