Transitive=false behavior in multi module project

In a multi module project,
if projectA has dependency on x with transitive=false and
projectB has dependency on x with no value set to transitive property,
how does Gradle resolve which one to consider for x (as the transitive property differs across modules) ?