tony
08/15/2025, 5:53 PMJendrik Johannes
08/25/2025, 10:52 AMimplementation(platform(project(":platform")))
testFixturesImplementations(platform(project(":platform")))
customFeatureImplementation(platform(project(":platform")))
If the custom scopes are somehow setup to inherit from implementation
, you may inherit the declaration and may not need to re-declare it.Jendrik Johannes
08/25/2025, 10:52 AMinternal
from which all classpath configuration inherit to use the platform everywhere.Jendrik Johannes
08/25/2025, 10:52 AMconsistentResolution.platform(...)
):
https://gradlex.org/jvm-dependency-conflict-resolution/#consistent-resolution-blocktony
08/25/2025, 4:06 PM