getTransitiveJvmDependencyResults

fun Project.getTransitiveJvmDependencyResults(): Provider<List<ResolvedDependencyResult>>(source)

Lazily returns a list of this module's direct & transitive JS dependencies.

See also

for a way to check if a specific dependency is included in this list.