open fun setWithTransitive(withTransitive: Boolean): ResolutionOptions
Sets whether or not the resolution of the dependency should include the transitive dependencies.
withTransitive - whether or not the resolution should also resolve the transitive dependencies, true by default.
Return
the current ResolutionOptions instance